Searched refs:EVP_PKEY_TLS1_PRF (Results 1 – 4 of 4) sorted by relevance
21 The B<EVP_PKEY_TLS1_PRF> algorithm implements the PRF key derivation function for51 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);
26 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) { in test_kdf_tls1_prf() 27 TEST_error("EVP_PKEY_TLS1_PRF"); in test_kdf_tls1_prf()
70 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL); in do_PRF()
74 # define EVP_PKEY_TLS1_PRF NID_tls1_prf macro