/openssl/test/ |
H A D | evp_kdf_test.c | 861 EVP_KDF_CTX *kctx; in test_kdf_scrypt() local 904 EVP_KDF_CTX *kctx; in test_kdf_ss_hash() local 942 EVP_KDF_CTX *kctx; in test_kdf_x963() local 1000 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_6803_128() local 1055 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_6803_256() local 1150 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_invalid_digest() local 1173 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_invalid_mac() local 1196 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_invalid_r() local 1220 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_empty_key() local 1245 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_1byte_key() local [all …]
|
H A D | evp_pkey_provided_test.c | 1783 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_no_operation() local 1816 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_keygen_operation() local
|
H A D | evp_extra_test.c | 2259 EVP_PKEY_CTX *pctx = NULL, *kctx = NULL; in test_EC_keygen_with_enc() local 2377 EVP_PKEY_CTX *kctx = NULL; in test_EVP_SM2() local 2807 EVP_PKEY_CTX *kctx = NULL; in test_CMAC_keygen() local
|
H A D | evp_test.c | 3628 static int kdf_test_ctrl(EVP_TEST *t, EVP_KDF_CTX *kctx, in kdf_test_ctrl()
|
/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 156 struct kmac_data_st *kctx = vmacctx; in kmac_free() local 174 struct kmac_data_st *kctx; in kmac_new() local 191 struct kmac_data_st *kctx = kmac_new(provctx); in kmac_fetch_new() local 262 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey() 309 struct kmac_data_st *kctx = vmacctx; in kmac_init() local 365 struct kmac_data_st *kctx = vmacctx; in kmac_update() local 373 struct kmac_data_st *kctx = vmacctx; in kmac_final() local 406 struct kmac_data_st *kctx = vmacctx; in kmac_get_ctx_params() local 452 struct kmac_data_st *kctx = vmacctx; in kmac_set_ctx_params() local
|
/openssl/crypto/hpke/ |
H A D | hpke_util.c | 247 static int kdf_derive(EVP_KDF_CTX *kctx, in kdf_derive() 273 int ossl_hpke_kdf_extract(EVP_KDF_CTX *kctx, in ossl_hpke_kdf_extract() 283 int ossl_hpke_kdf_expand(EVP_KDF_CTX *kctx, in ossl_hpke_kdf_expand() 295 int ossl_hpke_labeled_extract(EVP_KDF_CTX *kctx, in ossl_hpke_labeled_extract() 345 int ossl_hpke_labeled_expand(EVP_KDF_CTX *kctx, in ossl_hpke_labeled_expand() 397 EVP_KDF_CTX *kctx = NULL; in ossl_kdf_ctx_create() local
|
H A D | hpke.c | 659 EVP_KDF_CTX *kctx = NULL; in hpke_do_middle() local 1240 EVP_KDF_CTX *kctx = NULL; in OSSL_HPKE_export() local
|
/openssl/demos/kdf/ |
H A D | pbkdf2.c | 62 EVP_KDF_CTX *kctx = NULL; in main() local
|
H A D | hkdf.c | 48 EVP_KDF_CTX *kctx = NULL; in main() local
|
H A D | scrypt.c | 64 EVP_KDF_CTX *kctx = NULL; in main() local
|
H A D | argon2.c | 79 EVP_KDF_CTX *kctx = NULL; in main() local
|
/openssl/crypto/ec/ |
H A D | ecdh_kdf.c | 31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
|
/openssl/crypto/dh/ |
H A D | dh_kdf.c | 35 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
/openssl/crypto/evp/ |
H A D | pbe_scrypt.c | 46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
|
H A D | p5_crpt.c | 40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
|
H A D | p5_crpt2.c | 30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
|
/openssl/ssl/ |
H A D | t1_enc.c | 36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
|
H A D | tls13_enc.c | 40 EVP_KDF_CTX *kctx; in tls13_hkdf_expand_ex() local 173 EVP_KDF_CTX *kctx; in tls13_generate_secret() local
|
/openssl/ssl/quic/ |
H A D | quic_record_util.c | 31 EVP_KDF_CTX *kctx = NULL; in ossl_quic_hkdf_extract() local
|
/openssl/fuzz/ |
H A D | provider.c | 434 EVP_KDF_CTX *kctx = NULL; in do_evp_kdf() local
|
/openssl/providers/implementations/kem/ |
H A D | ecx_kem.c | 294 static int dhkem_extract_and_expand(EVP_KDF_CTX *kctx, in dhkem_extract_and_expand()
|
H A D | ec_kem.c | 337 static int dhkem_extract_and_expand(EVP_KDF_CTX *kctx, in dhkem_extract_and_expand()
|
/openssl/apps/ |
H A D | speed.c | 1711 EVP_PKEY_CTX *kctx = NULL; in get_ecdsa() local
|