Searched refs:AES_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_ctx.h | 13 #define AES_BLOCK_SIZE 16 macro 31 uint8_t iv[AES_BLOCK_SIZE];
|
| /dpdk/examples/fips_validation/ |
| H A D | main.c | 1434 #define AES_BLOCK_SIZE 16 in fips_mct_aes_ecb_test() macro 1438 uint8_t prev_out[AES_BLOCK_SIZE] = {0}; in fips_mct_aes_ecb_test() 1471 memcpy(prev_out, val.val, AES_BLOCK_SIZE); in fips_mct_aes_ecb_test() 1512 #define AES_BLOCK_SIZE 16 in fips_mct_aes_test() macro 1516 uint8_t prev_out[AES_BLOCK_SIZE] = {0}; in fips_mct_aes_test() 1517 uint8_t prev_in[AES_BLOCK_SIZE] = {0}; in fips_mct_aes_test() 1553 AES_BLOCK_SIZE); in fips_mct_aes_test() 1555 AES_BLOCK_SIZE); in fips_mct_aes_test() 1558 AES_BLOCK_SIZE); in fips_mct_aes_test() 1560 AES_BLOCK_SIZE); in fips_mct_aes_test() [all …]
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 611 unsigned char k1[AES_BLOCK_SIZE] = {0}; in generate_cmac_subkeys() 636 AES_BLOCK_SIZE) <= 0) in generate_cmac_subkeys() 644 prepare_key(k1, dst, AES_BLOCK_SIZE); in generate_cmac_subkeys() 650 prepare_key(k2, k1, AES_BLOCK_SIZE); in generate_cmac_subkeys() 1089 sess->auth.offset = AES_BLOCK_SIZE; in ccp_configure_session_auth() 2099 memset(ctx_addr, 0, AES_BLOCK_SIZE); in ccp_perform_aes_cmac() 2143 memset(ctx_addr, 0, AES_BLOCK_SIZE); in ccp_perform_aes_cmac() 2158 length *= AES_BLOCK_SIZE; in ccp_perform_aes_cmac() 2197 CCP_CMD_LEN(desc) = AES_BLOCK_SIZE; in ccp_perform_aes_cmac() 2554 pst.len = AES_BLOCK_SIZE; in ccp_perform_aes_gcm() [all …]
|
| H A D | ccp_crypto.h | 23 #define AES_BLOCK_SIZE 16 macro
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 15 #define AES_BLOCK_SIZE 16 macro 1054 if ((buffer_size % AES_BLOCK_SIZE) != 0) { in check_cipher_buffer_length()
|