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

/opensolaris-onvv-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h157 } RSAPrivateKey_t; typedef in typeref:struct:RSAPrivateKey_s
161 extern int fips_rsa_encrypt(RSAPrivateKey_t *, uint8_t *, int, uint8_t *);
162 extern int fips_rsa_decrypt(RSAPrivateKey_t *, uint8_t *, int, uint8_t *);
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_rsa_util.c53 fips_rsa_encrypt(RSAPrivateKey_t *key, uint8_t *in, int in_len, uint8_t *out)
59 fips_rsa_decrypt(RSAPrivateKey_t *key, uint8_t *in, int in_len,
71 RSAPrivateKey_t *rsa_private_key,
497 RSAPrivateKey_t rsa_private_key;

Completed in 45 milliseconds