Searched defs:AES_encrypt (Results 1 - 12 of 12) 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-armv4.s111 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
113 .global AES_encrypt
114 .type AES_encrypt,%function
116 AES_encrypt: label
117 sub r3,pc,#8 @ AES_encrypt
121 sub r10,r3,#AES_encrypt-AES_Te @ Te
215 .size AES_encrypt,.-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-mips.s256 .globl AES_encrypt
257 .ent AES_encrypt
258 AES_encrypt: label
274 .cpsetup $25,$0,AES_encrypt
311 .end 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-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.pl586 # void AES_encrypt (const void *inp,void *out,const AES_KEY *key);
588 .globl AES_encrypt
589 .type AES_encrypt,\@function,3
594 AES_encrypt: label
654 .size AES_encrypt,.-AES_encrypt
/external/openssh/openbsd-compat/
H A Dopenssl-compat.h57 # define AES_encrypt(a, b, c) rijndael_encrypt(c, a, b) macro
/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/
H A Daes.c885 void AES_encrypt(const unsigned char *in, unsigned char *out, function
1280 AES_encrypt(tmp, out, key);
1291 AES_encrypt(tmp, tmp, key);

Completed in 121 milliseconds