Searched refs:openssl_load_privkey (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_openssl.c | 67 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, 113 || !ENGINE_set_load_privkey_function(e, openssl_load_privkey) in bind_helper() 400 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_openssl.c | 76 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, 120 || !ENGINE_set_load_privkey_function(e, openssl_load_privkey) in bind_helper() 417 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey() function
|