Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/digests/
A Dblake2b_prov.c65 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) in blake2b_init_param()
83 void ossl_blake2b_param_init(BLAKE2B_PARAM *P) in ossl_blake2b_param_init()
98 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length()
103 void ossl_blake2b_param_set_key_length(BLAKE2B_PARAM *P, uint8_t keylen) in ossl_blake2b_param_set_key_length()
108 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal, in ossl_blake2b_param_set_personal()
115 void ossl_blake2b_param_set_salt(BLAKE2B_PARAM *P, const uint8_t *salt, in ossl_blake2b_param_set_salt()
126 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P) in ossl_blake2b_init()
136 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P, in ossl_blake2b_init_key()
A Dblake2s_prov.c61 static void blake2s_init_param(BLAKE2S_CTX *S, const BLAKE2S_PARAM *P) in blake2s_init_param()
78 void ossl_blake2s_param_init(BLAKE2S_PARAM *P) in ossl_blake2s_param_init()
92 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen) in ossl_blake2s_param_set_digest_length()
97 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen) in ossl_blake2s_param_set_key_length()
102 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal, in ossl_blake2s_param_set_personal()
109 void ossl_blake2s_param_set_salt(BLAKE2S_PARAM *P, const uint8_t *salt, in ossl_blake2s_param_set_salt()
119 int ossl_blake2s_init(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P) in ossl_blake2s_init()
129 int ossl_blake2s_init_key(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P, in ossl_blake2s_init_key()
A Dblake2_prov.c17 BLAKE2S_PARAM P; in ossl_blake2s256_init() local
25 BLAKE2B_PARAM P; in ossl_blake2b512_init() local
/openssl-master/include/openssl/
A Dblowfish.h44 BF_LONG P[BF_ROUNDS + 2]; member
/openssl-master/crypto/bf/
A Dbf_local.h76 # define BF_ENC(LL,R,S,P) ( \ argument
/openssl-master/test/
A Dectest.c42 EC_POINT *P = NULL, *Q = NULL, *R = NULL, *S = NULL; in group_order_tests() local
164 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in prime_field_tests() local
786 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in char2_curve_test() local
939 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in char2_field_tests() local
1319 EC_POINT *G = NULL, *P = NULL, *Q = NULL, *Q_CHECK = NULL; in nistp_single_test() local
2298 int ec_point_hex2point_test_helper(const EC_GROUP *group, const EC_POINT *P, in ec_point_hex2point_test_helper()
2347 EC_POINT *P = NULL; in ec_point_hex2point_test() local
A Dkeymgmt_internal_test.c68 #define P 3 macro
A Ddsatest.c140 # define P 0 macro
A Dec_internal_test.c200 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
A Drsa_sp800_56b_test.c276 const int P = 15; in test_check_crt_components() local
A Dmodes_internal_test.c818 const SIZED_DATA P; member
850 SIZED_DATA P = gcm128_vectors[idx].P; in test_gcm128() local
A Devp_pkey_provided_test.c299 #define P 3 macro
/openssl-master/crypto/sm2/
A Dsm2_crypt.c125 const EC_POINT *P = EC_KEY_get0_public_key(key); in ossl_sm2_encrypt() local
/openssl-master/crypto/ec/
A Dec_mult.c110 #define EC_POINT_BN_set_flags(P, flags) do { \ argument
A Decp_nistz256.c822 EC_POINT *P = NULL, *T = NULL; in ecp_nistz256_mult_precompute() local
A Dec_curve.c3138 EC_POINT *P = NULL; in ec_group_new_from_data() local

Completed in 50 milliseconds