Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto_struct.h210 uint8_t left_in_block; member
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c4029 tls12_prf->left_in_block = hash_length; in psa_key_derivation_tls12_prf_generate_next_block()
4144 if( tls12_prf->left_in_block == 0 ) in psa_key_derivation_tls12_prf_read()
4154 if( tls12_prf->left_in_block > output_length ) in psa_key_derivation_tls12_prf_read()
4157 length = tls12_prf->left_in_block; in psa_key_derivation_tls12_prf_read()
4159 offset = hash_length - tls12_prf->left_in_block; in psa_key_derivation_tls12_prf_read()
4163 tls12_prf->left_in_block -= length; in psa_key_derivation_tls12_prf_read()