Home
last modified time | relevance | path

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

12

/optee_os/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()
1505 const mbedtls_ecp_point *P ) in ecp_double_jac()
2662 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_mul_restartable()
2730 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_mul()
2798 const mbedtls_ecp_point *P, in mbedtls_ecp_mul_shortcuts()
2833 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_muladd_restartable()
2929 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in mbedtls_ecp_muladd()
3445 const mbedtls_ecp_point *P, in self_test_point()
[all …]
A Dmd4.c146 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() macro
175 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() macro
203 #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()
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dkseed.c240 static void rounds(ulong32 *P, const ulong32 *K) in rounds()
260 ulong32 P[4]; in kseed_ecb_encrypt() local
282 ulong32 P[4]; in kseed_ecb_decrypt() local
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_is_point_at_infinity.c19 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.c27 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
A Dltc_ecc_projective_dbl_point.c47 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.c30 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.c20 #define LTC_SET_DER_FLEXI_CHECK(list, index, Type, P) \ argument
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dblowfish.h67 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
A Drsa.h110 mbedtls_mpi P; /*!< The first prime factor. */ member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dblowfish.h67 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
A Drsa.h110 mbedtls_mpi P; /*!< The first prime factor. */ member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dblowfish.h67 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
A Drsa.h110 mbedtls_mpi P; /*!< The first prime factor. */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dblowfish.h67 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
A Drsa.h110 mbedtls_mpi P; /*!< The first prime factor. */ member
A Ddhm.h103 mbedtls_mpi P; /*!< The prime modulus. */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dblowfish.h67 uint32_t P[MBEDTLS_BLOWFISH_ROUNDS + 2]; /*!< Blowfish round keys */ member
A Drsa.h110 mbedtls_mpi P; /*!< The first prime factor. */ member
/optee_os/core/lib/libtomcrypt/src/modes/xts/
A Dxts_decrypt.c18 static int _tweak_uncrypt(const unsigned char *C, unsigned char *P, unsigned char *T, const symmetr… in _tweak_uncrypt()
A Dxts_encrypt.c18 static int _tweak_crypt(const unsigned char *P, unsigned char *C, unsigned char *T, const symmetric… in _tweak_crypt()
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dblake2b.c187 static int blake2b_init_param(hash_state *md, const unsigned char *P) in blake2b_init_param()
219 unsigned char P[BLAKE2B_PARAM_SIZE]; in blake2b_init() local
A Dblake2s.c181 static int blake2s_init_param(hash_state *md, const unsigned char *P) in blake2s_init_param()
213 unsigned char P[BLAKE2S_PARAM_SIZE]; in blake2s_init() local

Completed in 58 milliseconds

12