Home
last modified time | relevance | path

Searched defs:rsa_sign (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c41 static OSSL_FUNC_signature_sign_fn rsa_sign; variable
514 static int rsa_sign(void *vprsactx, unsigned char *sig, size_t *siglen, in rsa_sign() function
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_local.h132 int (*rsa_sign) (int type, member
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c3624 int rsa_enc, rsa_sign, dh_tmp, dsa_sign; in ssl_set_masks() local