HomeSort by: relevance | last modified time | path
    Searched defs:hmacsha256_update (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/cgdconfig/
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);
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);

Completed in 21 milliseconds