Searched refs:aesni_decrypt (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb_hw.c | 71 aesni_encrypt, aesni_decrypt, in cipher_hw_aes_ocb_aesni_initkey()
|
H A D | cipher_aes_xts_hw.c | 108 aesni_encrypt, aesni_decrypt, in cipher_hw_aesni_xts_initkey()
|
H A D | cipher_aes_hw_aesni.inc | 33 dat->block = (block128_f) aesni_decrypt;
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | aes_platform.h | 165 void aesni_decrypt(const unsigned char *in, unsigned char *out,
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | aesni-x86_64.S | 31 .globl aesni_decrypt 32 .type aesni_decrypt,@function 34 aesni_decrypt: label 56 .size aesni_decrypt, .-aesni_decrypt
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | aesni-x86.S | 36 .globl aesni_decrypt 37 .type aesni_decrypt,@function 39 aesni_decrypt: label 67 .size aesni_decrypt,.-.L_aesni_decrypt_begin 3401 .globl aesni_decrypt 3402 .type aesni_decrypt,@function 3404 aesni_decrypt: label 3432 .size aesni_decrypt,.-.L_aesni_decrypt_begin
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes.c | 156 dat->block = (block128_f) aesni_decrypt; in aesni_init_key() 292 xctx->xts.block1 = (block128_f) aesni_decrypt; in aesni_xts_init_key() 361 (block128_f) aesni_decrypt, in aesni_ocb_init_key()
|