core_rsa_encrypt
rv = core_rsa_encrypt(key, sigptr, modulus_len, plain_data, 1);
rv = core_rsa_encrypt(key, sigptr, modulus_len, plain_data, 1);
static int core_rsa_encrypt(crypto_key_t *, uchar_t *, int, uchar_t *, int);
rv = core_rsa_encrypt(key, plain_data, modulus_len, cipher_data, 1);
return (core_rsa_encrypt(key, in, in_len, out, 0));