Searched defs:AES_encrypt (Results 1 - 14 of 14) sorted by relevance

/external/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-mips.S256 .globl AES_encrypt
257 .ent AES_encrypt
258 AES_encrypt: label
310 .end AES_encrypt
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-586.S973 .globl AES_encrypt
974 .type AES_encrypt,@function
976 AES_encrypt: label
1038 .size AES_encrypt,.-.L_AES_encrypt_begin
H A Daes-armv4.S158 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
160 .global AES_encrypt
161 .type AES_encrypt,%function
163 AES_encrypt: label
165 sub r3,pc,#8 @ AES_encrypt
167 adr r3,AES_encrypt
172 sub r10,r3,#AES_encrypt-AES_Te @ Te
266 .size AES_encrypt,.-AES_encrypt
H A Daes-armv4.pl178 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
180 .global AES_encrypt
181 .type AES_encrypt,%function
183 AES_encrypt: label
185 sub r3,pc,#8 @ AES_encrypt
187 adr r3,AES_encrypt
192 sub $tbl,r3,#AES_encrypt-AES_Te @ Te
286 .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-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.S330 .globl AES_encrypt
331 .type AES_encrypt,@function
336 AES_encrypt: label
396 .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
/external/chromium_org/third_party/boringssl/src/crypto/aes/
H A Daes.c703 void AES_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { function
1084 void AES_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { function
/external/openssl/crypto/aes/
H A Daes_core.c781 void AES_encrypt(const unsigned char *in, unsigned char *out, function
H A Daes_x86core.c652 void AES_encrypt(const unsigned char *in, unsigned char *out, function
/external/qemu/util/
H A Daes.c880 void AES_encrypt(const unsigned char *in, unsigned char *out, function
1275 AES_encrypt(tmp, out, key);
1286 AES_encrypt(tmp, tmp, key);

Completed in 702 milliseconds