Searched refs:cbc128_f (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_hw.c | 37 dat->stream.cbc = (cbc128_f)HWAES_cbc_encrypt; in cipher_hw_aes_initkey() 49 dat->stream.cbc = (cbc128_f)ossl_bsaes_cbc_encrypt; in cipher_hw_aes_initkey() 57 ?(cbc128_f)vpaes_cbc_encrypt : NULL; in cipher_hw_aes_initkey() 64 ? (cbc128_f)AES_cbc_encrypt : NULL; in cipher_hw_aes_initkey() 74 dat->stream.cbc = (cbc128_f)HWAES_cbc_encrypt; in cipher_hw_aes_initkey() 102 ? (cbc128_f)vpaes_cbc_encrypt : NULL; in cipher_hw_aes_initkey() 109 ? (cbc128_f)AES_cbc_encrypt : NULL; in cipher_hw_aes_initkey()
|
H A D | cipher_aes_hw_t4.inc | 33 (cbc128_f)aes128_t4_cbc_decrypt : NULL; 37 (cbc128_f)aes192_t4_cbc_decrypt : NULL; 41 (cbc128_f)aes256_t4_cbc_decrypt : NULL; 53 dat->stream.cbc = (cbc128_f)aes128_t4_cbc_encrypt; 61 dat->stream.cbc = (cbc128_f)aes192_t4_cbc_encrypt; 69 dat->stream.cbc = (cbc128_f)aes256_t4_cbc_encrypt;
|
H A D | cipher_camellia_hw_t4.inc | 33 dat->stream.cbc = (cbc128_f) cmll128_t4_cbc_encrypt; 42 dat->stream.cbc = (cbc128_f) cmll256_t4_cbc_encrypt; 57 (cbc128_f) cmll128_t4_cbc_decrypt : NULL; 62 (cbc128_f) cmll256_t4_cbc_decrypt : NULL;
|
H A D | cipher_camellia_hw.c | 36 (cbc128_f) Camellia_cbc_encrypt : NULL; in cipher_hw_camellia_initkey() 40 (cbc128_f) Camellia_cbc_encrypt : NULL; in cipher_hw_camellia_initkey()
|
H A D | cipher_aes_hw_aesni.inc | 35 (cbc128_f) aesni_cbc_encrypt : NULL; 40 dat->stream.cbc = (cbc128_f) aesni_cbc_encrypt;
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_camellia.c | 36 cbc128_f cbc; 70 (cbc128_f) cmll128_t4_cbc_decrypt : NULL; in cmll_t4_init_key() 75 (cbc128_f) cmll256_t4_cbc_decrypt : NULL; in cmll_t4_init_key() 86 dat->stream.cbc = (cbc128_f) cmll128_t4_cbc_encrypt; in cmll_t4_init_key() 95 dat->stream.cbc = (cbc128_f) cmll256_t4_cbc_encrypt; in cmll_t4_init_key() 210 (cbc128_f) Camellia_cbc_encrypt : NULL; in camellia_init_key() 214 (cbc128_f) Camellia_cbc_encrypt : NULL; in camellia_init_key()
|
H A D | e_aes.c | 39 cbc128_f cbc; 158 (cbc128_f) aesni_cbc_encrypt : NULL; in aesni_init_key() 165 dat->stream.cbc = (cbc128_f) aesni_cbc_encrypt; in aesni_init_key() 463 (cbc128_f) aes128_t4_cbc_decrypt : NULL; in aes_t4_init_key() 467 (cbc128_f) aes192_t4_cbc_decrypt : NULL; in aes_t4_init_key() 471 (cbc128_f) aes256_t4_cbc_decrypt : NULL; in aes_t4_init_key() 483 dat->stream.cbc = (cbc128_f) aes128_t4_cbc_encrypt; in aes_t4_init_key() 491 dat->stream.cbc = (cbc128_f) aes192_t4_cbc_encrypt; in aes_t4_init_key() 499 dat->stream.cbc = (cbc128_f) aes256_t4_cbc_encrypt; in aes_t4_init_key() 2325 dat->stream.cbc = (cbc128_f) HWAES_cbc_encrypt; in aes_init_key() [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | modes.h | 28 typedef void (*cbc128_f) (const unsigned char *in, unsigned char *out, typedef 88 unsigned char ivec[16], cbc128_f cbc); 95 unsigned char ivec[16], cbc128_f cbc); 104 unsigned char ivec[16], cbc128_f cbc); 112 unsigned char ivec[16], cbc128_f cbc);
|
/freebsd/crypto/openssl/crypto/modes/ |
H A 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()
|
/freebsd/crypto/openssl/test/ |
H A D | modes_internal_test.c | 142 unsigned char ivec[16], cbc128_f cbc); 149 unsigned char ivec[16], cbc128_f cbc); 224 (cbc128_f) AES_cbc_encrypt), in execute_cts128() 234 (cbc128_f)AES_cbc_encrypt), in execute_cts128()
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 54 cbc128_f cbc;
|