Searched refs:capi_rsa_method (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_capi.c | 398 static RSA_METHOD *capi_rsa_method = NULL; variable 428 if ( !RSA_meth_set_pub_enc(capi_rsa_method, in capi_init() 430 || !RSA_meth_set_pub_dec(capi_rsa_method, in capi_init() 432 || !RSA_meth_set_priv_enc(capi_rsa_method, capi_rsa_priv_enc) in capi_init() 433 || !RSA_meth_set_priv_dec(capi_rsa_method, capi_rsa_priv_dec) in capi_init() 434 || !RSA_meth_set_mod_exp(capi_rsa_method, in capi_init() 436 || !RSA_meth_set_bn_mod_exp(capi_rsa_method, in capi_init() 438 || !RSA_meth_set_finish(capi_rsa_method, capi_rsa_free) in capi_init() 439 || !RSA_meth_set_sign(capi_rsa_method, capi_rsa_sign)) { in capi_init() 500 RSA_meth_free(capi_rsa_method); in capi_destroy() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_capi.c | 395 static RSA_METHOD *capi_rsa_method = NULL; variable 425 if ( !RSA_meth_set_pub_enc(capi_rsa_method, in capi_init() 427 || !RSA_meth_set_pub_dec(capi_rsa_method, in capi_init() 429 || !RSA_meth_set_priv_enc(capi_rsa_method, capi_rsa_priv_enc) in capi_init() 430 || !RSA_meth_set_priv_dec(capi_rsa_method, capi_rsa_priv_dec) in capi_init() 431 || !RSA_meth_set_mod_exp(capi_rsa_method, in capi_init() 433 || !RSA_meth_set_bn_mod_exp(capi_rsa_method, in capi_init() 435 || !RSA_meth_set_finish(capi_rsa_method, capi_rsa_free) in capi_init() 436 || !RSA_meth_set_sign(capi_rsa_method, capi_rsa_sign)) { in capi_init() 497 RSA_meth_free(capi_rsa_method); in capi_destroy() [all …]
|