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

/openbsd-current/regress/lib/libcrypto/ige/
H A Digetest.c103 32, AES_ENCRYPT }, /* test vector 0 */
136 if(v->encrypt == AES_ENCRYPT)
203 AES_ENCRYPT);
222 AES_ENCRYPT);
225 &key, iv, AES_ENCRYPT);
244 AES_ENCRYPT);
247 &key, iv, AES_ENCRYPT);
269 AES_ENCRYPT);
299 AES_ENCRYPT);
323 AES_ENCRYPT);
[all...]
/openbsd-current/lib/libcrypto/aes/
H A Daes.h63 #define AES_ENCRYPT 1 macro
H A Daes_ige.c90 if (AES_ENCRYPT == enc) {
H A Daes.c138 if (AES_ENCRYPT == enc)
/openbsd-current/sbin/isakmpd/
H A Dcrypto.c202 AES_cbc_encrypt(data, data, len, &ks->ks_aes[0], iv, AES_ENCRYPT);
/openbsd-current/usr.bin/openssl/
H A Dspeed.c1112 iv, AES_ENCRYPT);
1124 iv, AES_ENCRYPT);
1136 iv, AES_ENCRYPT);
1148 iv, AES_ENCRYPT);
1160 iv, AES_ENCRYPT);
1172 iv, AES_ENCRYPT);
/openbsd-current/usr.sbin/sasyncd/
H A Dnet.c374 AES_cbc_encrypt(buf, buf, len, &aes_key[0], tmp_iv, AES_ENCRYPT);

Completed in 78 milliseconds