Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DEVP_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);
/third_party/openssl/test/
Dpkey_meth_kdf_test.c26 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) { in test_kdf_tls1_prf()
Dbad_dtls_test.c70 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL); in do_PRF()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h57 # define EVP_PKEY_TLS1_PRF NID_tls1_prf macro
/third_party/openssl/include/openssl/
Devp.h74 # define EVP_PKEY_TLS1_PRF NID_tls1_prf macro
/third_party/libcoap/src/
Dcoap_openssl.c910 case COAP_ASN1_PKEY_TLS1_PRF: return EVP_PKEY_TLS1_PRF; in map_key_type()