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

/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c292 static int get_optional_pkey_id(const char *pkey_name) function
305 static int get_optional_pkey_id(const char *pkey_name) function
402 get_optional_pkey_id(SN_id_Gost28147_89_MAC);
409 get_optional_pkey_id(SN_gost_mac_12);
416 get_optional_pkey_id(SN_magma_mac);
423 get_optional_pkey_id(SN_kuznyechik_mac);
429 if (!get_optional_pkey_id(SN_id_GostR3410_2001))
431 if (!get_optional_pkey_id(SN_id_GostR3410_2012_256))
433 if (!get_optional_pkey_id(SN_id_GostR3410_2012_512))
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c321 static int get_optional_pkey_id(const char *pkey_name) function
334 static int get_optional_pkey_id(const char *pkey_name) function
422 ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac");
429 get_optional_pkey_id("gost-mac-12");
435 if (!get_optional_pkey_id("gost2001"))
437 if (!get_optional_pkey_id("gost2012_256"))
439 if (!get_optional_pkey_id("gost2012_512"))

Completed in 76 milliseconds