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

/illumos-gate/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);
653 core_rsa_encrypt(crypto_key_t *key, uchar_t *in, function
822 return (core_rsa_encrypt(key, in, in_len, out, 0));
1286 rv = core_rsa_encrypt(key, sigptr, modulus_len, plain_data, 1);
1489 rv = core_rsa_encrypt(key, sigptr, modulus_len, plain_data, 1);

Completed in 58 milliseconds