Home
last modified time | relevance | path

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

/openssl/providers/implementations/digests/
H A Dblake2b_prov.c66 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 Dblake2s_prov.c59 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 Dlegacy_blake2.c20 BLAKE2S_PARAM P; in blake2s_init() local
27 BLAKE2B_PARAM P; in blake2b_init() local
/openssl/include/openssl/
H A Dblowfish.h44 BF_LONG P[BF_ROUNDS + 2]; member
/openssl/crypto/ec/
H A Decp_sm2p256.c188 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 Dec_mult.c104 #define EC_POINT_BN_set_flags(P, flags) do { \ argument
H A Decp_nistz256.c811 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 Dec_curve.c3155 EC_POINT *P = NULL; in ec_group_new_from_data() local
/openssl/crypto/bf/
H A Dbf_local.h76 # define BF_ENC(LL,R,S,P) ( \ argument
/openssl/test/
H 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
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 Dkeymgmt_internal_test.c72 #define P 3 macro
H A Dec_internal_test.c201 EC_POINT *P = NULL, *Q = NULL, *R = NULL; in underflow_test() local
H A Ddsatest.c140 # define P 0 macro
H A Dmodes_internal_test.c819 const SIZED_DATA P; member
851 SIZED_DATA P = gcm128_vectors[idx].P; in test_gcm128() local
H A Drsa_sp800_56b_test.c276 const int P = 15; in test_check_crt_components() local
H A Devp_pkey_provided_test.c343 #define P 3 macro
/openssl/crypto/sm2/
H A Dsm2_crypt.c124 const EC_POINT *P = EC_KEY_get0_public_key(key); in ossl_sm2_encrypt() local

Completed in 55 milliseconds