Searched defs:get_optional_pkey_id (Results 1 - 1 of 1) sorted by relevance

/external/openssl/ssl/
H A Dssl_ciph.c334 static int get_optional_pkey_id(const char *pkey_name) function
348 static int get_optional_pkey_id(const char *pkey_name) function
418 ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac");
736 if (!get_optional_pkey_id("gost94")) {
739 if (!get_optional_pkey_id("gost2001")) {

Completed in 65 milliseconds