Searched refs:my_rsa_method (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcryptoapi.c351 RSA_METHOD *my_rsa_method = calloc(1, sizeof(*my_rsa_method)); local
353 if (cd == NULL || my_rsa_method == NULL) {
401 my_rsa_method->name = "Microsoft CryptoAPI RSA Method";
402 my_rsa_method->rsa_pub_enc = rsa_pub_enc;
403 my_rsa_method->rsa_pub_dec = rsa_pub_dec;
404 my_rsa_method->rsa_priv_enc = rsa_priv_enc;
405 my_rsa_method->rsa_priv_dec = rsa_priv_dec;
406 /* my_rsa_method->init = init; */
407 my_rsa_method
[all...]

Completed in 44 milliseconds