Home
last modified time | relevance | path

Searched defs:mbedtls_rsa_context (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Drsa.h100 typedef struct mbedtls_rsa_context struct
102 int ver; /*!< Always 0.*/
103 size_t len; /*!< The size of \p N in Bytes. */
105 mbedtls_mpi N; /*!< The public modulus. */
106 mbedtls_mpi E; /*!< The public exponent. */
108 mbedtls_mpi D; /*!< The private exponent. */
109 mbedtls_mpi P; /*!< The first prime factor. */
110 mbedtls_mpi Q; /*!< The second prime factor. */
135 mbedtls_rsa_context; typedef
/AliOS-Things-master/components/mbedtls/platform/yoc/include/
A Drsa_alt.h60 } mbedtls_rsa_context; typedef

Completed in 8 milliseconds