Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf.c40 unsigned char *T, *dat; in hkdf_expand() local
69 dat = T + hashsize; in hkdf_expand()
77 if ((err = hmac_memory(hash_idx, in, inlen, dat, datlen, in hkdf_expand()
92 dat = T; in hkdf_expand()