/openssl-master/providers/implementations/digests/ |
A D | blake2b_prov.c | 65 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 D | blake2s_prov.c | 61 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 D | blake2_prov.c | 17 BLAKE2S_PARAM P; in ossl_blake2s256_init() local 25 BLAKE2B_PARAM P; in ossl_blake2b512_init() local
|
/openssl-master/include/openssl/ |
A D | blowfish.h | 44 BF_LONG P[BF_ROUNDS + 2]; member
|
/openssl-master/crypto/bf/ |
A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/openssl-master/test/ |
A D | ectest.c | 42 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 D | keymgmt_internal_test.c | 68 #define P 3 macro
|
A D | dsatest.c | 140 # define P 0 macro
|
A D | ec_internal_test.c | 200 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
|
A D | rsa_sp800_56b_test.c | 276 const int P = 15; in test_check_crt_components() local
|
A D | modes_internal_test.c | 818 const SIZED_DATA P; member 850 SIZED_DATA P = gcm128_vectors[idx].P; in test_gcm128() local
|
A D | evp_pkey_provided_test.c | 299 #define P 3 macro
|
/openssl-master/crypto/sm2/ |
A D | sm2_crypt.c | 125 const EC_POINT *P = EC_KEY_get0_public_key(key); in ossl_sm2_encrypt() local
|
/openssl-master/crypto/ec/ |
A D | ec_mult.c | 110 #define EC_POINT_BN_set_flags(P, flags) do { \ argument
|
A D | ecp_nistz256.c | 822 EC_POINT *P = NULL, *T = NULL; in ecp_nistz256_mult_precompute() local
|
A D | ec_curve.c | 3138 EC_POINT *P = NULL; in ec_group_new_from_data() local
|