Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dp_lib.c77 if (to->type == EVP_PKEY_NONE) { in EVP_PKEY_copy_parameters()
148 ret->type = EVP_PKEY_NONE; in EVP_PKEY_new()
149 ret->save_type = EVP_PKEY_NONE; in EVP_PKEY_new()
362 return pkey_set_type(pkey, NULL, EVP_PKEY_NONE, str, len); in EVP_PKEY_set_type_str()
/third_party/openssl/doc/man3/
DEVP_PKEY_set1_RSA.pod131 type or B<NID_undef> (equivalently B<EVP_PKEY_NONE>) on error.
/third_party/openssl/include/openssl/
Devp.h41 # define EVP_PKEY_NONE NID_undef macro
/third_party/libcoap/src/
Dcoap_openssl.c897 case COAP_ASN1_PKEY_NONE: return EVP_PKEY_NONE; in map_key_type()