Searched refs:sha1_update (Results 1 – 9 of 9) sorted by relevance
| /linux/include/crypto/ |
| H A D | sha1.h | 66 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 D | ppp_mppe.c | 119 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 D | trusted_tpm1.c | 155 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 D | digsig.c | 230 sha1_update(&ctx, data, datalen); in digsig_verify() 231 sha1_update(&ctx, sig, sizeof(*sh)); in digsig_verify()
|
| /linux/lib/crypto/tests/ |
| H A D | sha1_kunit.c | 12 #define HASH_UPDATE sha1_update
|
| /linux/lib/crypto/ |
| H A D | sha1.c | 141 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 D | sha1.c | 82 sha1_update(SHA1_CTX(desc), data, len); in crypto_sha1_update()
|
| /linux/drivers/tee/ |
| H A D | tee_core.c | 156 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 D | addrconf.c | 3378 sha1_update(&sha_ctx, data.__data, sizeof(data)); in ipv6_generate_stable_address()
|