Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 30) sorted by relevance

12

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Drsa_internal.c64 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 Decp.c835 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 Dmd4.c123 #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 Ddhm.c101 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 Dblowfish.c43 static const uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2] = { variable
A Drsa.c81 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 Dmd5.c117 #define P(a,b,c,d,k,s,t) \ in mbedtls_internal_md5_process() macro
A Decp_curves.c650 #define NIST_MODP( P ) grp->modp = ecp_mod_ ## P; argument
652 #define NIST_MODP( P ) argument
A Dsha1.c141 #define P(a,b,c,d,e,x) \ in mbedtls_internal_sha1_process() macro
A Dsha256.c165 #define P(a,b,c,d,e,f,g,h,x,K) \ macro
A Dsha512.c225 #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 Dkseed.c233 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 Dltc_ecc_is_point_at_infinity.c12 int ltc_ecc_is_point_at_infinity(const ecc_point *P, void *modulus, int *retval) in ltc_ecc_is_point_at_infinity()
A Dltc_ecc_map.c20 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
A Dltc_ecc_projective_dbl_point.c40 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 Dltc_ecc_projective_add_point.c23 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 Decc_import_pkcs8.c13 #define LTC_SET_DER_FLEXI_CHECK(list, index, Type, P) \ argument
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dblowfish.h70 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
A Drsa.h121 mbedtls_mpi P; /*!< The first prime factor. */ member
A Ddhm.h114 mbedtls_mpi P; /*!< The prime modulus. */ member
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/
A Dxts_decrypt.c11 static int s_tweak_uncrypt(const unsigned char *C, unsigned char *P, unsigned char *T, const symmet… in s_tweak_uncrypt()
A Dxts_encrypt.c11 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 Dblake2b.c180 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 Dblake2s.c174 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 Dtfm_desc.c423 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()

Completed in 35 milliseconds

12