Searched refs:EVP_KDF_CTX_dup (Results 1 – 6 of 6) sorted by relevance
35 EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src);
55 EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src) in EVP_KDF_CTX_dup() function
155 dstctx->kdfctx = EVP_KDF_CTX_dup(srcctx->kdfctx); in kdf_dupctx()
6 EVP_KDF_CTX, EVP_KDF_CTX_new, EVP_KDF_CTX_free, EVP_KDF_CTX_dup,26 EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src);
3771 && (ctx = EVP_KDF_CTX_dup(expected->ctx)) != NULL) { in kdf_test_run()
4686 EVP_KDF_CTX_dup 4814 3_0_0 EXIST::FUNCTION:
Completed in 47 milliseconds