ReactOS 0.4.15-dev-7834-g00c4b3d
Rsa_key Struct Reference

#include <tomcrypt.h>

Collaboration diagram for Rsa_key:

Public Attributes

int type
 
mp_int e
 
mp_int d
 
mp_int N
 
mp_int p
 
mp_int q
 
mp_int qP
 
mp_int dP
 
mp_int dQ
 

Detailed Description

Definition at line 456 of file tomcrypt.h.

Member Data Documentation

◆ d

◆ dP

◆ dQ

◆ e

◆ N

◆ p

◆ q

◆ qP

◆ type

int Rsa_key::type

Definition at line 457 of file tomcrypt.h.

Referenced by duplicate_key_impl(), import_private_key_impl(), and import_public_key_impl().


The documentation for this struct was generated from the following files: