Searched refs:capi_dsa_method (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_capi.c | 400 static DSA_METHOD *capi_dsa_method = NULL; variable 447 if ( !DSA_meth_set_sign(capi_dsa_method, capi_dsa_do_sign) in capi_init() 448 || !DSA_meth_set_verify(capi_dsa_method, in capi_init() 450 || !DSA_meth_set_finish(capi_dsa_method, capi_dsa_free) in capi_init() 451 || !DSA_meth_set_mod_exp(capi_dsa_method, in capi_init() 453 || !DSA_meth_set_bn_mod_exp(capi_dsa_method, in capi_init() 503 DSA_meth_free(capi_dsa_method); in capi_destroy() 504 capi_dsa_method = NULL; in capi_destroy() 539 capi_dsa_method = DSA_meth_new("CryptoAPI DSA method", 0); in bind_capi() 540 if (capi_dsa_method == NULL) in bind_capi() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_capi.c | 397 static DSA_METHOD *capi_dsa_method = NULL; variable 444 if ( !DSA_meth_set_sign(capi_dsa_method, capi_dsa_do_sign) in capi_init() 445 || !DSA_meth_set_verify(capi_dsa_method, in capi_init() 447 || !DSA_meth_set_finish(capi_dsa_method, capi_dsa_free) in capi_init() 448 || !DSA_meth_set_mod_exp(capi_dsa_method, in capi_init() 450 || !DSA_meth_set_bn_mod_exp(capi_dsa_method, in capi_init() 500 DSA_meth_free(capi_dsa_method); in capi_destroy() 501 capi_dsa_method = NULL; in capi_destroy() 536 capi_dsa_method = DSA_meth_new("CryptoAPI DSA method", 0); in bind_capi() 537 if (capi_dsa_method == NULL) in bind_capi() [all …]
|