Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Drsa.c318 static int core_rsa_encrypt(crypto_key_t *, uchar_t *, int, uchar_t *, int);
639 rv = core_rsa_encrypt(key, plain_data, modulus_len, cipher_data, 1); in rsa_encrypt_common()
653 core_rsa_encrypt(crypto_key_t *key, uchar_t *in, in core_rsa_encrypt() function
822 return (core_rsa_encrypt(key, in, in_len, out, 0)); in core_rsa_decrypt()
1286 rv = core_rsa_encrypt(key, sigptr, modulus_len, plain_data, 1); in rsa_verify_common()
1489 rv = core_rsa_encrypt(key, sigptr, modulus_len, plain_data, 1); in rsa_verify_recover_common()