Searched refs:rsa_match (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 45 static OSSL_FUNC_keymgmt_match_fn rsa_match; variable 135 static int rsa_match(const void *keydata1, const void *keydata2, int selection) in rsa_match() function 711 { OSSL_FUNC_KEYMGMT_MATCH, (void (*)(void))rsa_match }, 734 { OSSL_FUNC_KEYMGMT_MATCH, (void (*)(void))rsa_match },
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 45 static OSSL_FUNC_keymgmt_match_fn rsa_match; variable 135 static int rsa_match(const void *keydata1, const void *keydata2, int selection) in rsa_match() function 711 { OSSL_FUNC_KEYMGMT_MATCH, (void (*)(void))rsa_match }, 734 { OSSL_FUNC_KEYMGMT_MATCH, (void (*)(void))rsa_match },
|
Completed in 3 milliseconds