Searched refs:tn (Results 1 – 1 of 1) sorted by relevance
69 uint8_t tn[TEE_MAX_HASH_SIZE]; in hkdf_expand() local121 res = crypto_mac_update(ctx, tn, tn_len); in hkdf_expand()130 res = crypto_mac_final(ctx, tn, sizeof(tn)); in hkdf_expand()134 memcpy(okm + where, tn, (i < n) ? hash_len : (okm_len - where)); in hkdf_expand()
Completed in 2 milliseconds