Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha1.h66 void sha1_update(struct sha1_ctx *ctx, const u8 *data, size_t len);
162 sha1_update(&ctx->sha_ctx, data, data_len); in hmac_sha1_update()
/linux/drivers/net/ppp/
H A Dppp_mppe.c119 sha1_update(&ctx, state->master_key, state->keylen); in get_new_key_from_sha()
120 sha1_update(&ctx, sha_pad1, sizeof(sha_pad1)); in get_new_key_from_sha()
121 sha1_update(&ctx, state->session_key, state->keylen); in get_new_key_from_sha()
122 sha1_update(&ctx, sha_pad2, sizeof(sha_pad2)); in get_new_key_from_sha()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c155 sha1_update(&sha_ctx, data, dlen); in TSS_authhmac()
207 sha1_update(&sha_ctx, (const u8 *)&result, sizeof(result)); in TSS_checkhmac1()
208 sha1_update(&sha_ctx, (const u8 *)&ordinal, sizeof(ordinal)); in TSS_checkhmac1()
215 sha1_update(&sha_ctx, buffer + dpos, dlen); in TSS_checkhmac1()
279 sha1_update(&sha_ctx, (const u8 *)&result, sizeof(result)); in TSS_checkhmac2()
280 sha1_update(&sha_ctx, (const u8 *)&ordinal, sizeof(ordinal)); in TSS_checkhmac2()
288 sha1_update(&sha_ctx, buffer + dpos, dlen); in TSS_checkhmac2()
/linux/lib/
H A Ddigsig.c230 sha1_update(&ctx, data, datalen); in digsig_verify()
231 sha1_update(&ctx, sig, sizeof(*sh)); in digsig_verify()
/linux/lib/crypto/tests/
H A Dsha1_kunit.c12 #define HASH_UPDATE sha1_update
/linux/lib/crypto/
H A Dsha1.c141 void sha1_update(struct sha1_ctx *ctx, const u8 *data, size_t len) in sha1_update() function
172 EXPORT_SYMBOL_GPL(sha1_update);
205 sha1_update(&ctx, data, len); in sha1()
/linux/crypto/
H A Dsha1.c82 sha1_update(SHA1_CTX(desc), data, len); in crypto_sha1_update()
/linux/drivers/tee/
H A Dtee_core.c156 sha1_update(&ctx, (const u8 *)ns, sizeof(*ns)); in uuid_v5()
157 sha1_update(&ctx, (const u8 *)name, size); in uuid_v5()
/linux/net/ipv6/
H A Daddrconf.c3378 sha1_update(&sha_ctx, data.__data, sizeof(data)); in ipv6_generate_stable_address()