Searched refs:AES_encrypt (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.2-release/crypto/openssl/crypto/aes/
H A Daes_cfb.c67 (block128_f) AES_encrypt);
76 (block128_f) AES_encrypt);
84 (block128_f) AES_encrypt);
H A Daes_cbc.c62 (block128_f) AES_encrypt);
H A Daes_ctr.c62 (block128_f) AES_encrypt);
H A Daes_ofb.c60 (block128_f) AES_encrypt);
H A Daes_ecb.c70 AES_encrypt(in, out, key);
H A Daes.h100 void AES_encrypt(const unsigned char *in, unsigned char *out,
H A Daes_ige.c106 AES_encrypt((unsigned char *)outp->data,
130 AES_encrypt((unsigned char *)tmp2.data,
238 AES_encrypt(out, out, key);
264 AES_encrypt(out, out, key);
H A Daes_wrap.c83 AES_encrypt(B, B, key);
/freebsd-10.2-release/sys/geom/bde/
H A Dg_bde_crypt.c170 AES_encrypt(&ci, &ki, s, d, sc->sectorsize);
174 AES_encrypt(&ci, &ki, skey, d, sizeof skey);
215 AES_encrypt(&ci, &ki, d, d, sc->sectorsize);
H A Dg_bde.h194 AES_encrypt(cipherInstance *ci, keyInstance *ki, void *in, void *out, u_int len) function
H A Dg_bde_lock.c316 AES_encrypt(&ci, &ki, buf, output, sizeof buf);
/freebsd-10.2-release/crypto/openssh/
H A Dcipher-ctr.c73 AES_encrypt(c->aes_counter, buf, &c->aes_ctx);
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h57 # define AES_encrypt(a, b, c) rijndael_encrypt(c, a, b) macro
/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A De_aes.c506 dat->block = (block128_f) AES_encrypt;
520 dat->block = (block128_f) AES_encrypt;
812 (block128_f) AES_encrypt);
830 (block128_f) AES_encrypt);
1068 xctx->xts.block1 = (block128_f) AES_encrypt;
1076 xctx->xts.block2 = (block128_f) AES_encrypt;
1206 &cctx->ks, (block128_f) AES_encrypt);
/freebsd-10.2-release/crypto/openssl/crypto/modes/
H A Dcts128.c432 (block128_f) AES_encrypt);
489 (block128_f) AES_encrypt);
H A Dgcm128.c2196 CRYPTO_gcm128_init(&ctx,&key,(block128_f)AES_encrypt); \
2250 CRYPTO_gcm128_init(&ctx, &key, (block128_f) AES_encrypt);
2260 (block128_f) AES_encrypt);
2264 (block128_f) AES_encrypt);
/freebsd-10.2-release/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl513 .globl AES_encrypt
514 AES_encrypt: label
624 .type AES_encrypt,#function
625 .size AES_encrypt,(.-AES_encrypt)
H A Daes-armv4.pl164 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
166 .global AES_encrypt
167 .type AES_encrypt,%function
169 AES_encrypt: label
170 sub r3,pc,#8 @ AES_encrypt
174 sub $tbl,r3,#AES_encrypt-AES_Te @ Te
268 .size AES_encrypt,.-AES_encrypt
H A Daes-ia64.S277 // void AES_encrypt (const void *in,void *out,const AES_KEY *key);
278 .global AES_encrypt#
279 .proc AES_encrypt# label
281 AES_encrypt:
292 add out8=(AES_Te#-AES_encrypt#),r3 // Te0
415 .endp AES_encrypt#
449 s/AES_encrypt/AES_decrypt/g;
H A Daes-mips.pl357 .globl AES_encrypt
358 .ent AES_encrypt label
359 AES_encrypt:
389 .cpsetup $pf,$zero,AES_encrypt
437 .end AES_encrypt
H A Daes-s390x.pl57 # on single-block, also hardware-assisted, AES_encrypt. "Up to" refers
237 # void AES_encrypt(const unsigned char *inp, unsigned char *out,
239 .globl AES_encrypt
240 .type AES_encrypt,\@function
241 AES_encrypt: label
278 .size AES_encrypt,.-AES_encrypt
H A Daes-x86_64.pl587 # void AES_encrypt (const void *inp,void *out,const AES_KEY *key);
589 .globl AES_encrypt
590 .type AES_encrypt,\@function,3
595 AES_encrypt: label
655 .size AES_encrypt,.-AES_encrypt
H A Daes-parisc.pl70 .EXPORT AES_encrypt,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR
72 AES_encrypt
/freebsd-10.2-release/secure/lib/libcrypto/amd64/
H A Daes-x86_64.S331 .globl AES_encrypt
332 .type AES_encrypt,@function
337 AES_encrypt: label
397 .size AES_encrypt,.-AES_encrypt
/freebsd-10.2-release/secure/lib/libcrypto/i386/
H A Daes-586.s974 .globl AES_encrypt
975 .type AES_encrypt,@function
977 AES_encrypt: label
1038 .size AES_encrypt,.-.L_AES_encrypt_begin

Completed in 210 milliseconds

12