Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H 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; argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H 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; argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H 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; argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H 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; argument
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Drsa.h119 mbedtls_rsa_context; typedef