Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_dasync.c108 static int dasync_rsa_init(RSA *rsa);
200 || RSA_meth_set_init(dasync_rsa_method, dasync_rsa_init) == 0 in bind_dasync()
557 static int dasync_rsa_init(RSA *rsa) in dasync_rsa_init() function
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_dasync.c111 static int dasync_rsa_init(EVP_PKEY_CTX *ctx);
234 EVP_PKEY_meth_set_init(dasync_rsa, dasync_rsa_init); in bind_dasync()
894 static int dasync_rsa_init(EVP_PKEY_CTX *ctx) in dasync_rsa_init() function