mbedtls_rsa_context Struct Reference
RSA context structure.
More...
#include <rsa.h>
Detailed Description
RSA context structure.
Definition at line 79 of file rsa.h.
Field Documentation
private exponent
Definition at line 87 of file rsa.h.
D % (P - 1)
Definition at line 90 of file rsa.h.
D % (Q - 1)
Definition at line 91 of file rsa.h.
public exponent
Definition at line 85 of file rsa.h.
Hash identifier of mbedtls_md_type_t as specified in the mbedtls_md.h header file for the EME-OAEP and EMSA-PSS encoding
Definition at line 103 of file rsa.h.
size(N) in chars
Definition at line 82 of file rsa.h.
public modulus
Definition at line 84 of file rsa.h.
1st prime factor
Definition at line 88 of file rsa.h.
MBEDTLS_RSA_PKCS_V15 for 1.5 padding and MBEDTLS_RSA_PKCS_v21 for OAEP/PSS
Definition at line 101 of file rsa.h.
2nd prime factor
Definition at line 89 of file rsa.h.
1 / (Q % P)
Definition at line 92 of file rsa.h.
cached R^2 mod N
Definition at line 94 of file rsa.h.
cached R^2 mod P
Definition at line 95 of file rsa.h.
cached R^2 mod Q
Definition at line 96 of file rsa.h.
always 0
Definition at line 81 of file rsa.h.
cached un-blinding value
Definition at line 99 of file rsa.h.
cached blinding value
Definition at line 98 of file rsa.h.
The documentation for this struct was generated from the following file: