Home
last modified time | relevance | path

Searched refs:hash_value_be64 (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c446 uint64_t *hash_value_be64, hash_temp64[8]; in generate_partial_hash() local
532 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
533 *hash_value_be64 = hash_temp64[count - 1 - i]; in generate_partial_hash()
535 hash_value_be64 = (uint64_t *)((uint8_t *)sess->auth.pre_compute in generate_partial_hash()
539 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
540 *hash_value_be64 = hash_temp64[count - 1 - i]; in generate_partial_hash()
557 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
558 *hash_value_be64 = hash_temp64[count - 1 - i]; in generate_partial_hash()
560 hash_value_be64 = (uint64_t *)((uint8_t *)sess->auth.pre_compute in generate_partial_hash()
564 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
[all …]