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

/freebsd-13-stable/crypto/openssh/
H A Dssh-pkcs11.c71 RSA_METHOD *rsa_method; member in struct:pkcs11_key
186 RSA_meth_free(k11->rsa_method);
331 k11->rsa_method = RSA_meth_dup(def);
332 if (k11->rsa_method == NULL)
335 if (!RSA_meth_set1_name(k11->rsa_method, "pkcs11") ||
336 !RSA_meth_set_priv_enc(k11->rsa_method,
338 !RSA_meth_set_priv_dec(k11->rsa_method,
340 !RSA_meth_set_finish(k11->rsa_method, pkcs11_rsa_finish))
342 RSA_set_method(rsa, k11->rsa_method);

Completed in 92 milliseconds