Searched refs:left_in_block (Results 1 – 2 of 2) sorted by relevance
210 uint8_t left_in_block; member
4029 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()