hkdf_hmac_sha256.c | 75 hmacsha256_update(struct hmacsha256 *H, const void *buf, size_t buflen) function in typeref:typename:void 120 hmacsha256_update(&hmacsha256, T, tlen); 121 hmacsha256_update(&hmacsha256, info, infolen); 122 hmacsha256_update(&hmacsha256, &i, 1);
|