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

/freebsd-13-stable/crypto/openssh/
H A Dssh-pkcs11.c70 int (*orig_finish)(RSA *rsa); member in struct:pkcs11_key
182 if (k11->orig_finish)
183 rv = k11->orig_finish(rsa);
334 k11->orig_finish = RSA_meth_get_finish(def);

Completed in 126 milliseconds