Searched refs:aes_hw_cbc_encrypt (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | internal.h | 80 void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, 111 OPENSSL_INLINE void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, in aes_hw_cbc_encrypt() function
|
D | mode_wrappers.c | 78 aes_hw_cbc_encrypt(in, out, len, key, ivec, enc); in AES_cbc_encrypt()
|
D | aes_test.cc | 272 CHECK_ABI(aes_hw_cbc_encrypt, buf, buf, AES_BLOCK_SIZE * blocks, &key, in TEST() 285 CHECK_ABI(aes_hw_cbc_encrypt, buf, buf, AES_BLOCK_SIZE * blocks, &key, in TEST()
|
/external/boringssl/linux-ppc64le/crypto/fipsmodule/ |
D | aesp8-ppc.S | 490 .globl aes_hw_cbc_encrypt symbol 491 .type aes_hw_cbc_encrypt,@function 493 aes_hw_cbc_encrypt: label 494 .localentry aes_hw_cbc_encrypt,0 1227 .size aes_hw_cbc_encrypt,.-aes_hw_cbc_encrypt
|
/external/boringssl/linux-aarch64/crypto/fipsmodule/ |
D | aesv8-armx64.S | 298 .globl aes_hw_cbc_encrypt symbol 299 .hidden aes_hw_cbc_encrypt 300 .type aes_hw_cbc_encrypt,%function 302 aes_hw_cbc_encrypt: label 588 .size aes_hw_cbc_encrypt,.-aes_hw_cbc_encrypt
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | aesni-x86_64.S | 1469 .globl aes_hw_cbc_encrypt symbol 1470 .hidden aes_hw_cbc_encrypt 1471 .type aes_hw_cbc_encrypt,@function 1473 aes_hw_cbc_encrypt: label 2061 .size aes_hw_cbc_encrypt,.-aes_hw_cbc_encrypt
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 110 dat->stream.cbc = aes_hw_cbc_encrypt; in aes_init_key() 136 dat->stream.cbc = aes_hw_cbc_encrypt; in aes_init_key()
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | aesni-x86.S | 1841 .globl aes_hw_cbc_encrypt symbol 1842 .hidden aes_hw_cbc_encrypt 1843 .type aes_hw_cbc_encrypt,@function 1845 aes_hw_cbc_encrypt: label 2102 .size aes_hw_cbc_encrypt,.-.L_aes_hw_cbc_encrypt_begin
|
/external/boringssl/linux-ppc64le/crypto/aes/ |
D | aesp8-ppc.S | 467 .globl aes_hw_cbc_encrypt symbol 469 aes_hw_cbc_encrypt: label
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | aesni-x86_64.asm | 1525 global aes_hw_cbc_encrypt 1528 aes_hw_cbc_encrypt: label
|