Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c448 uint64_t *hash_value_be64, hash_temp64[8]; in generate_partial_hash() local
534 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
535 *hash_value_be64 = hash_temp64[count - 1 - i]; in generate_partial_hash()
537 hash_value_be64 = (uint64_t *)((uint8_t *)sess->auth.pre_compute in generate_partial_hash()
541 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
542 *hash_value_be64 = hash_temp64[count - 1 - i]; in generate_partial_hash()
559 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
560 *hash_value_be64 = hash_temp64[count - 1 - i]; in generate_partial_hash()
562 hash_value_be64 = (uint64_t *)((uint8_t *)sess->auth.pre_compute in generate_partial_hash()
566 for (i = 0; i < count; i++, hash_value_be64++) in generate_partial_hash()
[all …]