Home
last modified time | relevance | path

Searched refs:rsa_decrypt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h126 CK_RV rsa_decrypt(RSAbytekey *bkey,
129 #define rsa_sign(key, msg, len, sig) rsa_decrypt((key), (msg), (len), (sig))
H A Drsa_impl.c556 rsa_decrypt(RSAbytekey *bkey, uchar_t *in, uint32_t in_len, uchar_t *out) in rsa_decrypt() function
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers143 rsa_decrypt;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c177 rv = rsa_decrypt(&k, in, in_len, out); in soft_rsa_decrypt()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c839 rv = rsa_decrypt(&k, in, in_len, out); in core_rsa_decrypt()