Searched refs:fips_aes_encrypt (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/common/crypto/aes/ |
| H A D | aes_impl.h | 205 extern CK_RV fips_aes_encrypt(struct soft_aes_ctx *, CK_BYTE_PTR, 215 extern int fips_aes_encrypt(soft_aes_ctx_t *, uchar_t *,
|
| /onnv-gate/usr/src/common/crypto/fips/ |
| H A D | fips_aes_util.c | 352 fips_aes_encrypt(soft_aes_ctx_t *soft_aes_ctx, uchar_t *in_buf, in fips_aes_encrypt() function 357 fips_aes_encrypt(soft_aes_ctx_t *soft_aes_ctx, CK_BYTE_PTR in_buf, in fips_aes_encrypt() 1038 rv = fips_aes_encrypt(aes_context, aes_known_plaintext, in fips_aes_post() 1094 rv = fips_aes_encrypt(aes_context, aes_known_plaintext, in fips_aes_post() 1150 rv = fips_aes_encrypt(aes_context, aes_ctr_known_plaintext, in fips_aes_post() 1215 rv = fips_aes_encrypt(aes_context, aes_ccm_known_plaintext, in fips_aes_post() 1274 rv = fips_aes_encrypt(aes_context, aes_gcm_known_plaintext, in fips_aes_post() 1324 rv = fips_aes_encrypt(aes_context, NULL, in fips_aes_post()
|