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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A Daes_ecb.c66 assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
68 if (AES_ENCRYPT == enc)
H A Daes_cbc.c72 assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
74 if (AES_ENCRYPT == enc) {
H A Daes.h61 #define AES_ENCRYPT 1 macro
/opensolaris-onvv-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h52 * 3. Added defines for AES_ENCRYPT, AES_DECRYPT, AES_REV_DKS, and ASM_AMD64_C
74 #define AES_ENCRYPT /* if support for encryption is needed */ macro
470 #if !defined(AES_ENCRYPT)
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dspeed.c1712 iv,AES_ENCRYPT);
1726 iv,AES_ENCRYPT);
1740 iv,AES_ENCRYPT);

Completed in 104 milliseconds