Searched refs:rsa_encrypt (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 38 static OSSL_FUNC_asym_cipher_encrypt_fn rsa_encrypt; variable 135 static int rsa_encrypt(void *vprsactx, unsigned char *out, size_t *outlen, in rsa_encrypt() function 577 { OSSL_FUNC_ASYM_CIPHER_ENCRYPT, (void (*)(void))rsa_encrypt },
|
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11-client.c | 253 rsa_encrypt(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsa_encrypt() function 554 !RSA_meth_set_priv_enc(rsa_meth, rsa_encrypt) || in pkcs11_start_helper_methods()
|