mbedtls_rsa_context Struct Reference
The RSA context structure.
More...
#include <rsa.h>
Detailed Description
The RSA context structure.
- Note:
- Direct manipulation of the members of this structure is deprecated. All manipulation should instead be done through the public interface functions.
Definition at line 121 of file rsa.h.
Field Documentation
The private exponent.
Definition at line 129 of file rsa.h.
D
% (P - 1)
Definition at line 133 of file rsa.h.
D
% (Q - 1)
Definition at line 134 of file rsa.h.
The public exponent.
Definition at line 127 of file rsa.h.
Hash identifier of mbedtls_md_type_t type, as specified in md.h for use in the MGF mask generating function used in the EME-OAEP and EMSA-PSS encodings.
Definition at line 148 of file rsa.h.
The size of N
in Bytes.
Definition at line 124 of file rsa.h.
Thread-safety mutex.
Definition at line 153 of file rsa.h.
The public modulus.
Definition at line 126 of file rsa.h.
The first prime factor.
Definition at line 130 of file rsa.h.
The second prime factor.
Definition at line 131 of file rsa.h.
1 / (Q % P)
Definition at line 135 of file rsa.h.
cached R^2 mod N
Definition at line 137 of file rsa.h.
cached R^2 mod P
Definition at line 139 of file rsa.h.
cached R^2 mod Q
Definition at line 140 of file rsa.h.
Always 0.
Definition at line 123 of file rsa.h.
The cached un-blinding value.
Definition at line 143 of file rsa.h.
The cached blinding value.
Definition at line 142 of file rsa.h.
The documentation for this struct was generated from the following file: