Searched refs:EVP_PKEY_TLS1_PRF (Results 1 – 6 of 6) 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()
70 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL); in do_PRF()
57 # define EVP_PKEY_TLS1_PRF NID_tls1_prf macro
74 # define EVP_PKEY_TLS1_PRF NID_tls1_prf macro
910 case COAP_ASN1_PKEY_TLS1_PRF: return EVP_PKEY_TLS1_PRF; in map_key_type()