Home
last modified time | relevance | path

Searched refs:EVP_PKEY_TLS1_PRF (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_CTX_set_tls1_prf_md.pod21 The B<EVP_PKEY_TLS1_PRF> algorithm implements the PRF key derivation function for
51 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
80 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
/freebsd-14-stable/crypto/openssl/test/
HDpkey_meth_kdf_test.c26 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) { in test_kdf_tls1_prf()
HDbad_dtls_test.c70 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL); in do_PRF()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDevp.h74 # define EVP_PKEY_TLS1_PRF NID_tls1_prf macro