Searched defs:kctx (Results 1 – 17 of 17) sorted by relevance
/openssl-master/test/ |
A D | evp_kdf_test.c | 812 EVP_KDF_CTX *kctx; in test_kdf_scrypt() local 855 EVP_KDF_CTX *kctx; in test_kdf_ss_hash() local 893 EVP_KDF_CTX *kctx; in test_kdf_x963() local 951 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_6803_128() local 1006 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_6803_256() local 1099 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_invalid_digest() local 1121 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_invalid_mac() local 1143 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_empty_key() local 1167 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_1byte_key() local 1189 EVP_KDF_CTX *kctx; in test_kdf_kbkdf_zero_output_size() local [all …]
|
A D | evp_pkey_provided_test.c | 1276 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_no_operation() local 1309 EVP_PKEY_CTX *pctx = NULL, *ctx = NULL, *kctx = NULL; in test_ec_dup_keygen_operation() local
|
A D | evp_extra_test.c | 1661 EVP_PKEY_CTX *pctx = NULL, *kctx = NULL; in test_EC_keygen_with_enc() local 1779 EVP_PKEY_CTX *kctx = NULL; in test_EVP_SM2() local 2191 EVP_PKEY_CTX *kctx = NULL; in test_CMAC_keygen() local
|
A D | evp_test.c | 2613 static int kdf_test_ctrl(EVP_TEST *t, EVP_KDF_CTX *kctx, in kdf_test_ctrl()
|
/openssl-master/providers/implementations/macs/ |
A D | kmac_prov.c | 146 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
|
/openssl-master/demos/kdf/ |
A D | hkdf.c | 48 EVP_KDF_CTX *kctx = NULL; in main() local
|
A D | pbkdf2.c | 62 EVP_KDF_CTX *kctx = NULL; in main() local
|
A D | scrypt.c | 64 EVP_KDF_CTX *kctx = NULL; in main() local
|
/openssl-master/crypto/ec/ |
A D | ecdh_kdf.c | 31 EVP_KDF_CTX *kctx = NULL; in ossl_ecdh_kdf_X9_63() local
|
/openssl-master/crypto/dh/ |
A D | dh_kdf.c | 36 EVP_KDF_CTX *kctx = NULL; in ossl_dh_kdf_X9_42_asn1() local
|
/openssl-master/crypto/evp/ |
A D | pbe_scrypt.c | 46 EVP_KDF_CTX *kctx; in EVP_PBE_scrypt_ex() local
|
A D | p5_crpt.c | 40 EVP_KDF_CTX *kctx = NULL; in PKCS5_PBE_keyivgen_ex() local
|
A D | p5_crpt2.c | 30 EVP_KDF_CTX *kctx; in ossl_pkcs5_pbkdf2_hmac_ex() local
|
/openssl-master/ssl/ |
A D | tls13_enc.c | 41 EVP_KDF_CTX *kctx; in tls13_hkdf_expand() local 169 EVP_KDF_CTX *kctx; in tls13_generate_secret() local
|
A D | t1_enc.c | 36 EVP_KDF_CTX *kctx = NULL; in tls1_PRF() local
|
/openssl-master/providers/fips/ |
A D | self_test_kats.c | 445 EVP_PKEY_CTX *sctx = NULL, *kctx = NULL; in self_test_sign() local
|
/openssl-master/apps/ |
A D | speed.c | 1264 EVP_PKEY_CTX *kctx = NULL; in get_ecdsa() local
|
Completed in 58 milliseconds