/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | rsa_internal.c | 64 mbedtls_mpi *P, mbedtls_mpi *Q ) in mbedtls_rsa_deduce_primes() 197 int mbedtls_rsa_deduce_private_exponent( mbedtls_mpi const *P, in mbedtls_rsa_deduce_private_exponent() 243 int mbedtls_rsa_validate_crt( const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_validate_crt() 331 int mbedtls_rsa_validate_params( const mbedtls_mpi *N, const mbedtls_mpi *P, in mbedtls_rsa_validate_params() 452 int mbedtls_rsa_deduce_crt( const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_deduce_crt()
|
A D | ecp.c | 835 int mbedtls_ecp_point_cmp( const mbedtls_ecp_point *P, in mbedtls_ecp_point_cmp() 854 int mbedtls_ecp_point_read_string( mbedtls_ecp_point *P, int radix, in mbedtls_ecp_point_read_string() 874 const mbedtls_ecp_point *P, in mbedtls_ecp_point_write_binary() 1504 const mbedtls_ecp_point *P ) in ecp_double_jac() 2661 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_mul_restartable() 2729 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_mul() 2797 const mbedtls_ecp_point *P, in mbedtls_ecp_mul_shortcuts() 2832 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_muladd_restartable() 2928 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_muladd() 3444 const mbedtls_ecp_point *P, in self_test_point() [all …]
|
A D | md4.c | 123 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() macro 152 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() macro 180 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() macro
|
A D | dhm.c | 101 static int dhm_check_range( const mbedtls_mpi *param, const mbedtls_mpi *P ) in dhm_check_range() 262 const mbedtls_mpi *P, in mbedtls_dhm_set_group()
|
A D | blowfish.c | 43 static const uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2] = { variable
|
A D | rsa.c | 81 const mbedtls_mpi *P, const mbedtls_mpi *Q, in mbedtls_rsa_import() 104 unsigned char const *P, size_t P_len, in mbedtls_rsa_import_raw() 337 unsigned char *P, size_t P_len, in mbedtls_rsa_export_raw() 384 mbedtls_mpi *N, mbedtls_mpi *P, mbedtls_mpi *Q, in mbedtls_rsa_export()
|
A D | md5.c | 117 #define P(a,b,c,d,k,s,t) \ in mbedtls_internal_md5_process() macro
|
A D | ecp_curves.c | 650 #define NIST_MODP( P ) grp->modp = ecp_mod_ ## P; argument 652 #define NIST_MODP( P ) argument
|
A D | sha1.c | 141 #define P(a,b,c,d,e,x) \ in mbedtls_internal_sha1_process() macro
|
A D | sha256.c | 165 #define P(a,b,c,d,e,f,g,h,x,K) \ macro
|
A D | sha512.c | 225 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_internal_sha512_process() macro
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | kseed.c | 233 static void rounds(ulong32 *P, const ulong32 *K) in rounds() 253 ulong32 P[4]; in kseed_ecb_encrypt() local 275 ulong32 P[4]; in kseed_ecb_decrypt() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_is_point_at_infinity.c | 12 int ltc_ecc_is_point_at_infinity(const ecc_point *P, void *modulus, int *retval) in ltc_ecc_is_point_at_infinity()
|
A D | ltc_ecc_map.c | 20 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
|
A D | ltc_ecc_projective_dbl_point.c | 40 int ltc_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, void *m… in ltc_ecc_projective_dbl_point()
|
A D | ltc_ecc_projective_add_point.c | 23 int ltc_ecc_projective_add_point(const ecc_point *P, const ecc_point *Q, ecc_point *R, void *ma, vo… in ltc_ecc_projective_add_point()
|
A D | ecc_import_pkcs8.c | 13 #define LTC_SET_DER_FLEXI_CHECK(list, index, Type, P) \ argument
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | blowfish.h | 70 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
|
A D | rsa.h | 121 mbedtls_mpi P; /*!< The first prime factor. */ member
|
A D | dhm.h | 114 mbedtls_mpi P; /*!< The prime modulus. */ member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/ |
A D | xts_decrypt.c | 11 static int s_tweak_uncrypt(const unsigned char *C, unsigned char *P, unsigned char *T, const symmet… in s_tweak_uncrypt()
|
A D | xts_encrypt.c | 11 static int s_tweak_crypt(const unsigned char *P, unsigned char *C, unsigned char *T, const symmetri… in s_tweak_crypt()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | blake2b.c | 180 static int s_blake2b_init_param(hash_state *md, const unsigned char *P) in s_blake2b_init_param() 212 unsigned char P[BLAKE2B_PARAM_SIZE]; in blake2b_init() local
|
A D | blake2s.c | 174 static int s_blake2s_init_param(hash_state *md, const unsigned char *P) in s_blake2s_init_param() 206 unsigned char P[BLAKE2S_PARAM_SIZE]; in blake2s_init() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | tfm_desc.c | 423 static int tfm_ecc_projective_dbl_point(const ecc_point *P, ecc_point *R, void *ma, void *modulus, … in tfm_ecc_projective_dbl_point() 578 static int tfm_ecc_projective_add_point(const ecc_point *P, const ecc_point *Q, ecc_point *R, void … in tfm_ecc_projective_add_point()
|