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

12

/freebsd-11-stable/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_wrap.c63 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);
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);
/freebsd-11-stable/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, const void *in, void *out, u_int len) function
H A Dg_bde_lock.c316 AES_encrypt(&ci, &ki, buf, output, sizeof buf);
/freebsd-11-stable/crypto/openssh/
H A Dcipher-ctr.c73 AES_encrypt(c->aes_counter, buf, &c->aes_ctx);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dcts128.c432 (block128_f) AES_encrypt);
489 (block128_f) AES_encrypt);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes.c985 dat->block = (block128_f) AES_encrypt;
999 dat->block = (block128_f) AES_encrypt;
1308 (block128_f) AES_encrypt);
1326 (block128_f) AES_encrypt);
1710 xctx->xts.block1 = (block128_f) AES_encrypt;
1718 xctx->xts.block2 = (block128_f) AES_encrypt;
1851 &cctx->ks, (block128_f) AES_encrypt);
1982 (block128_f) AES_encrypt);
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S160 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
162 .global AES_encrypt
163 .type AES_encrypt,%function
165 AES_encrypt: label
167 sub r3,pc,#8 @ AES_encrypt
174 sub r10,r3,#AES_encrypt-AES_Te @ Te
268 .size AES_encrypt,.-AES_encrypt
H A Dbsaes-armv7.S1324 .extern AES_encrypt
1520 bl AES_encrypt
1567 bl AES_encrypt
1961 bl AES_encrypt
1993 bl AES_encrypt
2047 bl AES_encrypt
/freebsd-11-stable/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-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-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
192 sub $tbl,r3,#AES_encrypt-AES_Te @ Te
286 .size AES_encrypt,.-AES_encrypt
H A Daes-ppc.pl333 .globl .AES_encrypt
335 .AES_encrypt:
809 .size .AES_encrypt,.-.AES_encrypt
H A Daest4-sparcv9.pl832 .global AES_encrypt
833 AES_encrypt=aes_t4_encrypt
H A Dbsaes-armv7.pl1365 .extern AES_encrypt
1561 bl AES_encrypt
1622 bl AES_encrypt
1940 bl AES_encrypt
1972 bl AES_encrypt
2026 bl AES_encrypt
H A Daes-mips.pl614 .globl AES_encrypt
615 .ent AES_encrypt label
616 AES_encrypt:
646 .cpsetup $pf,$zero,AES_encrypt
694 .end 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
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Daes-x86_64.S330 .globl AES_encrypt
331 .type AES_encrypt,@function
336 AES_encrypt: label
396 .size AES_encrypt,.-AES_encrypt

Completed in 297 milliseconds

12