Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c323 static int get_optional_pkey_id(const char *pkey_name) in get_optional_pkey_id() argument
327 ameth = EVP_PKEY_asn1_find_str(NULL,pkey_name,-1); in get_optional_pkey_id()
337 static int get_optional_pkey_id(const char *pkey_name) in get_optional_pkey_id() argument
342 ameth = EVP_PKEY_asn1_find_str(&tmpeng,pkey_name,-1); in get_optional_pkey_id()