Searched refs:cbc128_f (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/include/openssl/ |
D | modes.h | 21 typedef void (*cbc128_f) (const unsigned char *in, unsigned char *out, typedef 77 unsigned char ivec[16], cbc128_f cbc); 84 unsigned char ivec[16], cbc128_f cbc); 93 unsigned char ivec[16], cbc128_f cbc); 101 unsigned char ivec[16], cbc128_f cbc);
|
/third_party/openssl/crypto/evp/ |
D | e_camellia.c | 31 cbc128_f cbc; 94 (cbc128_f) cmll128_t4_cbc_decrypt : NULL; 99 (cbc128_f) cmll256_t4_cbc_decrypt : NULL; 110 dat->stream.cbc = (cbc128_f) cmll128_t4_cbc_encrypt; 119 dat->stream.cbc = (cbc128_f) cmll256_t4_cbc_encrypt; 230 (cbc128_f) Camellia_cbc_encrypt : NULL; 234 (cbc128_f) Camellia_cbc_encrypt : NULL;
|
D | e_aes.c | 29 cbc128_f cbc; 280 (cbc128_f) aesni_cbc_encrypt : NULL; in aesni_init_key() 286 dat->stream.cbc = (cbc128_f) aesni_cbc_encrypt; in aesni_init_key() 668 (cbc128_f) aes128_t4_cbc_decrypt : NULL; in aes_t4_init_key() 672 (cbc128_f) aes192_t4_cbc_decrypt : NULL; in aes_t4_init_key() 676 (cbc128_f) aes256_t4_cbc_decrypt : NULL; in aes_t4_init_key() 688 dat->stream.cbc = (cbc128_f) aes128_t4_cbc_encrypt; in aes_t4_init_key() 696 dat->stream.cbc = (cbc128_f) aes192_t4_cbc_encrypt; in aes_t4_init_key() 704 dat->stream.cbc = (cbc128_f) aes256_t4_cbc_encrypt; in aes_t4_init_key() 2621 dat->stream.cbc = (cbc128_f) HWAES_cbc_encrypt; in aes_init_key() [all …]
|
/third_party/openssl/crypto/modes/ |
D | cts128.c | 89 unsigned char ivec[16], cbc128_f cbc) in CRYPTO_cts128_encrypt() 125 unsigned char ivec[16], cbc128_f cbc) in CRYPTO_nistcts128_encrypt() 250 unsigned char ivec[16], cbc128_f cbc) in CRYPTO_cts128_decrypt() 290 unsigned char ivec[16], cbc128_f cbc) in CRYPTO_nistcts128_decrypt()
|
/third_party/openssl/test/ |
D | modes_internal_test.c | 136 unsigned char ivec[16], cbc128_f cbc); 143 unsigned char ivec[16], cbc128_f cbc); 218 (cbc128_f) AES_cbc_encrypt), in execute_cts128() 228 (cbc128_f)AES_cbc_encrypt), in execute_cts128()
|
/third_party/boringssl/src/crypto/fipsmodule/modes/ |
D | internal.h | 351 typedef void (*cbc128_f)(const uint8_t *in, uint8_t *out, size_t len, typedef
|
/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 120 cbc128_f cbc;
|