Home
last modified time | relevance | path

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

/external/mbedtls/library/
Dlmots.c244 unsigned char tmp_hash[MBEDTLS_LMOTS_N_HASH_LEN_MAX]; in hash_digit_array() local
251 memcpy( tmp_hash, in hash_digit_array()
294 status = psa_hash_update( &op, tmp_hash, in hash_digit_array()
299 status = psa_hash_finish( &op, tmp_hash, sizeof( tmp_hash ), in hash_digit_array()
308 tmp_hash, MBEDTLS_LMOTS_N_HASH_LEN(params->type) ); in hash_digit_array()
313 mbedtls_platform_zeroize( tmp_hash, sizeof( tmp_hash ) ); in hash_digit_array()