Home
last modified time | relevance | path

Searched refs:MBEDTLS_RSA_CRYPT (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Drsa.h77 #define MBEDTLS_RSA_CRYPT 2 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Drsa.h76 #define MBEDTLS_RSA_CRYPT 2 /**< Identifier for RSA encryption and decryption operations. */ macro
H A Dcompat-1.3.h1345 #define RSA_CRYPT MBEDTLS_RSA_CRYPT
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Drsa.h76 #define MBEDTLS_RSA_CRYPT 2 /**< Identifier for RSA encryption and decryption operations. */ macro
H A Dcompat-1.3.h1345 #define RSA_CRYPT MBEDTLS_RSA_CRYPT
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Drsa.h76 #define MBEDTLS_RSA_CRYPT 2 /**< Identifier for RSA encryption and decryption operations. */ macro
H A Dcompat-1.3.h1345 #define RSA_CRYPT MBEDTLS_RSA_CRYPT
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Drsa.h76 #define MBEDTLS_RSA_CRYPT 2 /**< Identifier for RSA encryption and decryption operations. */ macro
H A Dcompat-1.3.h1345 #define RSA_CRYPT MBEDTLS_RSA_CRYPT
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_rsa_helper.c22 #define MBEDTLS_RSA_CRYPT 2 macro
359 *p++ = MBEDTLS_RSA_CRYPT; in rsa_padding_add_pkcs15_type()
407 bad |= *p++ ^ MBEDTLS_RSA_CRYPT; in rsa_padding_check_pkcs15_type()