Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_capi.c398 static DSA_METHOD *capi_dsa_method = NULL; variable
448 if (!DSA_meth_set_sign(capi_dsa_method, capi_dsa_do_sign) in capi_init()
449 || !DSA_meth_set_verify(capi_dsa_method, in capi_init()
451 || !DSA_meth_set_finish(capi_dsa_method, capi_dsa_free) in capi_init()
452 || !DSA_meth_set_mod_exp(capi_dsa_method, in capi_init()
454 || !DSA_meth_set_bn_mod_exp(capi_dsa_method, in capi_init()
504 DSA_meth_free(capi_dsa_method); in capi_destroy()
505 capi_dsa_method = NULL; in capi_destroy()
540 capi_dsa_method = DSA_meth_new("CryptoAPI DSA method", 0); in bind_capi()
541 if (capi_dsa_method == NULL) in bind_capi()
[all …]