Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf.c41 unsigned long Tlen, datlen; in hkdf_expand() local
70 datlen = Tlen - hashsize; in hkdf_expand()
77 if ((err = hmac_memory(hash_idx, in, inlen, dat, datlen, in hkdf_expand()
93 datlen = Tlen; in hkdf_expand()