Searched defs:mbedtls_rsa_context (Results 1 – 3 of 3) sorted by relevance
97 typedef struct mbedtls_rsa_context { struct98 int ver; /*!< Reserved for internal purposes.102 size_t len; /*!< The size of \p N in Bytes. */104 mbedtls_mpi N; /*!< The public modulus. */105 mbedtls_mpi E; /*!< The public exponent. */107 mbedtls_mpi D; /*!< The private exponent. */108 mbedtls_mpi P; /*!< The first prime factor. */109 mbedtls_mpi Q; /*!< The second prime factor. */111 mbedtls_mpi DP; /*!< <code>D % (P - 1)</code>. */135 mbedtls_rsa_context; argument
10 typedef struct mbedtls_rsa_context { struct13 mbedtls_rsa_context; typedef
85 typedef struct mbedtls_rsa_context { struct123 mbedtls_rsa_context; typedef