Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha1_kunit.c18 #define HMAC_UPDATE hmac_sha1_update
/linux/include/crypto/
H A Dsha1.h169 static inline void hmac_sha1_update(struct hmac_sha1_ctx *ctx, in hmac_sha1_update() function
/linux/lib/crypto/
H A Dsha1.c317 hmac_sha1_update(&ctx, data, data_len); in hmac_sha1()
329 hmac_sha1_update(&ctx, data, data_len); in hmac_sha1_usingrawkey()
/linux/crypto/
H A Dsha1.c138 hmac_sha1_update(HMAC_SHA1_CTX(desc), data, len); in crypto_hmac_sha1_update()