HomeSort by relevance Sort by last modified time
    Searched defs:AES_encrypt (Results 1 - 12 of 12) sorted by null

  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 513 .globl AES_encrypt
514 AES_encrypt:
624 .type AES_encrypt,#function
625 .size AES_encrypt,(.-AES_encrypt)
aes-armv4.s 111 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
113 .global AES_encrypt
114 .type AES_encrypt,%function
116 AES_encrypt:
117 sub r3,pc,#8 @ AES_encrypt
121 sub r10,r3,#AES_encrypt-AES_Te @ Te
215 .size AES_encrypt,.-AES_encrypt
aes-mips.pl 357 .globl AES_encrypt
358 .ent AES_encrypt
359 AES_encrypt:
389 .cpsetup $pf,$zero,AES_encrypt
437 .end AES_encrypt
    [all...]
aes-mips.s 256 .globl AES_encrypt
257 .ent AES_encrypt
258 AES_encrypt:
274 .cpsetup $25,$0,AES_encrypt
311 .end AES_encrypt
aes-armv4.pl 164 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
166 .global AES_encrypt
167 .type AES_encrypt,%function
169 AES_encrypt:
170 sub r3,pc,#8 @ AES_encrypt
174 sub $tbl,r3,#AES_encrypt-AES_Te @ Te
268 .size AES_encrypt,.-AES_encrypt
aes-ia64.S 277 // void AES_encrypt (const void *in,void *out,const AES_KEY *key);
278 .global AES_encrypt#
279 .proc AES_encrypt#
281 AES_encrypt:
292 add out8=(AES_Te#-AES_encrypt#),r3 // Te0
415 .endp AES_encrypt#
449 s/AES_encrypt/AES_decrypt/g;
    [all...]
aes-s390x.pl 57 # 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:
278 .size AES_encrypt,.-AES_encrypt
    [all...]
aes-x86_64.pl 586 # 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:
654 .size AES_encrypt,.-AES_encrypt
    [all...]
  /external/openssh/openbsd-compat/
openssl-compat.h 57 # define AES_encrypt(a, b, c) rijndael_encrypt(c, a, b)
  /external/openssl/crypto/aes/
aes_core.c     [all...]
aes_x86core.c 652 void AES_encrypt(const unsigned char *in, unsigned char *out,
    [all...]
  /external/qemu/
aes.c     [all...]

Completed in 1002 milliseconds