/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 66 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) in blake2b_init_param() 84 void ossl_blake2b_param_init(BLAKE2B_PARAM *P) in ossl_blake2b_param_init() 99 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length() 104 void ossl_blake2b_param_set_key_length(BLAKE2B_PARAM *P, uint8_t keylen) in ossl_blake2b_param_set_key_length() 109 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal, in ossl_blake2b_param_set_personal() 116 void ossl_blake2b_param_set_salt(BLAKE2B_PARAM *P, const uint8_t *salt, in ossl_blake2b_param_set_salt() 127 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P) in ossl_blake2b_init() 137 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P, in ossl_blake2b_init_key()
|
H A D | blake2s_prov.c | 59 static void blake2s_init_param(BLAKE2S_CTX *S, const BLAKE2S_PARAM *P) in blake2s_init_param() 76 void ossl_blake2s_param_init(BLAKE2S_PARAM *P) in ossl_blake2s_param_init() 90 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen) in ossl_blake2s_param_set_digest_length() 95 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen) in ossl_blake2s_param_set_key_length() 100 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal, in ossl_blake2s_param_set_personal() 107 void ossl_blake2s_param_set_salt(BLAKE2S_PARAM *P, const uint8_t *salt, in ossl_blake2s_param_set_salt() 117 int ossl_blake2s_init(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P) in ossl_blake2s_init() 127 int ossl_blake2s_init_key(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P, in ossl_blake2s_init_key()
|
/openssl/crypto/evp/ |
H A D | legacy_blake2.c | 20 BLAKE2S_PARAM P; in blake2s_init() local 27 BLAKE2B_PARAM P; in blake2b_init() local
|
/openssl/include/openssl/ |
H A D | blowfish.h | 44 BF_LONG P[BF_ROUNDS + 2]; member
|
/openssl/crypto/ec/ |
H A D | ecp_sm2p256.c | 188 static void ecp_sm2p256_point_double(P256_POINT *R, const P256_POINT *P) in ecp_sm2p256_point_double() 224 static void ecp_sm2p256_point_add_affine(P256_POINT *R, const P256_POINT *P, in ecp_sm2p256_point_add_affine() 287 static void ecp_sm2p256_point_add(P256_POINT *R, const P256_POINT *P, in ecp_sm2p256_point_add() 381 P256_POINT_AFFINE P) in ecp_sm2p256_point_P_mul_by_scalar() 428 const P256_POINT *P) in ecp_sm2p256_point_get_affine()
|
H A D | ec_mult.c | 104 #define EC_POINT_BN_set_flags(P, flags) do { \ argument
|
H A D | ecp_nistz256.c | 811 EC_POINT *P = NULL, *T = NULL; in ecp_nistz256_mult_precompute() local 1459 EC_POINT *P = NULL; in ecp_nistz256group_full_init() local
|
H A D | ec_curve.c | 3155 EC_POINT *P = NULL; in ec_group_new_from_data() local
|
/openssl/crypto/bf/ |
H A D | bf_local.h | 76 # define BF_ENC(LL,R,S,P) ( \ argument
|
/openssl/test/ |
H 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 2410 int ec_point_hex2point_test_helper(const EC_GROUP *group, const EC_POINT *P, in ec_point_hex2point_test_helper() 2459 EC_POINT *P = NULL; in ec_point_hex2point_test() local
|
H A D | keymgmt_internal_test.c | 72 #define P 3 macro
|
H A D | dsatest.c | 140 # define P 0 macro
|
H A D | ec_internal_test.c | 251 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
|
H A D | modes_internal_test.c | 819 const SIZED_DATA P; member 851 SIZED_DATA P = gcm128_vectors[idx].P; in test_gcm128() local
|
H A D | rsa_sp800_56b_test.c | 276 const int P = 15; in test_check_crt_components() local
|
H A D | evp_pkey_provided_test.c | 343 #define P 3 macro
|
/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 124 const EC_POINT *P = EC_KEY_get0_public_key(key); in ossl_sm2_encrypt() local
|