Searched refs:SHA1Update (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsha1.h66 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) macro
H A Dsafe.c397 SHA1Update(&sha1ctx, key, klen);
398 SHA1Update(&sha1ctx, hmac_ipad_buffer,
413 SHA1Update(&sha1ctx, key, klen);
414 SHA1Update(&sha1ctx, hmac_opad_buffer,
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/ubsec_ssb/
H A Dubsec_ssb.c454 SHA1Update(&sha1ctx, key, klen);
455 SHA1Update(&sha1ctx, hmac_ipad_buffer,
470 SHA1Update(&sha1ctx, key, klen);
471 SHA1Update(&sha1ctx, hmac_opad_buffer,

Completed in 31 milliseconds