Home
last modified time | relevance | path

Searched defs:kctx (Results 1 – 25 of 31) sorted by relevance

12

/third_party/openssl/test/
Devp_kdf_test.c26 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in get_kdfbyname_libctx() local
62 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf() local
85 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_invalid_digest() local
102 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_zero_output_size() local
122 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_empty_secret() local
140 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_1byte_secret() local
158 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_empty_seed() local
178 EVP_KDF_CTX *kctx = NULL; in test_kdf_tls1_prf_1byte_seed() local
223 EVP_KDF_CTX *kctx = NULL; in test_kdf_hkdf() local
249 EVP_KDF_CTX *kctx = NULL; in do_kdf_hkdf_gettables() local
[all …]
Devp_pkey_provided_test.c1356 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_no_operation() local
1389 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_keygen_operation() local
Devp_extra_test.c1800 EVP_PKEY_CTX *pctx = NULL, *kctx = NULL; in test_EC_keygen_with_enc() local
1918 EVP_PKEY_CTX *kctx = NULL; in test_EVP_SM2() local
2348 EVP_PKEY_CTX *kctx = NULL; in test_CMAC_keygen() local
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dkmac_prov.c146 struct kmac_data_st *kctx = vmacctx; in kmac_free() local
164 struct kmac_data_st *kctx; in kmac_new() local
180 struct kmac_data_st *kctx = kmac_new(provctx); in kmac_fetch_new() local
242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey()
270 struct kmac_data_st *kctx = vmacctx; in kmac_init() local
328 struct kmac_data_st *kctx = vmacctx; in kmac_update() local
336 struct kmac_data_st *kctx = vmacctx; in kmac_final() local
368 struct kmac_data_st *kctx = vmacctx; in kmac_get_ctx_params() local
409 struct kmac_data_st *kctx = vmacctx; in kmac_set_ctx_params() local
/third_party/openssl/providers/implementations/macs/
Dkmac_prov.c146 struct kmac_data_st *kctx = vmacctx; in kmac_free() local
164 struct kmac_data_st *kctx; in kmac_new() local
180 struct kmac_data_st *kctx = kmac_new(provctx); in kmac_fetch_new() local
242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey()
270 struct kmac_data_st *kctx = vmacctx; in kmac_init() local
328 struct kmac_data_st *kctx = vmacctx; in kmac_update() local
336 struct kmac_data_st *kctx = vmacctx; in kmac_final() local
368 struct kmac_data_st *kctx = vmacctx; in kmac_get_ctx_params() local
409 struct kmac_data_st *kctx = vmacctx; in kmac_set_ctx_params() local
/third_party/openssl/demos/kdf/
Dpbkdf2.c62 EVP_KDF_CTX *kctx = NULL; in main() local
Dhkdf.c48 EVP_KDF_CTX *kctx = NULL; in main() local
Dscrypt.c64 EVP_KDF_CTX *kctx = NULL; in main() local
/third_party/openssl/crypto/ec/
Decdh_kdf.c31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Decdh_kdf.c31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_kdf.c36 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
/third_party/openssl/crypto/dh/
Ddh_kdf.c36 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
/third_party/node/deps/openssl/openssl/crypto/evp/
Dpbe_scrypt.c46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
Dp5_crpt.c40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
Dp5_crpt2.c30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
/third_party/openssl/crypto/evp/
Dpbe_scrypt.c46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
Dp5_crpt.c40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
Dp5_crpt2.c30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c331 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in ngtcp2_crypto_hkdf_extract() local
386 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in ngtcp2_crypto_hkdf_expand() local
440 EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf); in ngtcp2_crypto_hkdf() local
/third_party/openssl/ssl/
Dtls13_enc.c41 EVP_KDF_CTX *kctx; in tls13_hkdf_expand() local
169 EVP_KDF_CTX *kctx; in tls13_generate_secret() local
Dt1_enc.c36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
/third_party/node/deps/openssl/openssl/ssl/
Dtls13_enc.c41 EVP_KDF_CTX *kctx; in tls13_hkdf_expand() local
169 EVP_KDF_CTX *kctx; in tls13_generate_secret() local
Dt1_enc.c36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
/third_party/node/deps/openssl/openssl/providers/fips/
Dself_test_kats.c445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local
/third_party/openssl/providers/fips/
Dself_test_kats.c445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local

12