Searched refs:sha1_update (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 69 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update() function 399 sha1_update(&sctx->md, in + iv, sha_off); in aesni_cbc_hmac_sha1_cipher() 414 sha1_update(&sctx->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha1_cipher() 423 sha1_update(&sctx->md, out + plen, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher() 495 sha1_update(&sctx->md, ctx->aux.tls_aad, plen); in aesni_cbc_hmac_sha1_cipher() 502 sha1_update(&sctx->md, out, j); in aesni_cbc_hmac_sha1_cipher() 592 sha1_update(&sctx->md, pmac->c, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher() 620 sha1_update(&sctx->md, out, len); in aesni_cbc_hmac_sha1_cipher() 639 sha1_update(&ctx->head, mac, len); in aesni_cbc_hmac_sha1_set_mac_key() 648 sha1_update(&ctx->head, hmac_key, sizeof(hmac_key)); in aesni_cbc_hmac_sha1_set_mac_key() [all …]
|
| /freebsd/crypto/libecc/src/examples/hash/ |
| H A D | sha1.c | 119 ATTRIBUTE_WARN_UNUSED_RET int sha1_update(sha1_context *ctx, const u8 *input, u32 ilen) in sha1_update() function 239 ret = sha1_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in sha1_scattered() 259 ret = sha1_update(&ctx, input, ilen); EG(ret, err); in sha1()
|
| H A D | sha1.h | 115 ATTRIBUTE_WARN_UNUSED_RET int sha1_update(sha1_context *ctx, const u8 *input, u32 ilen);
|
| H A D | hash.c | 385 ret = sha1_update(&(ctx->sha1ctx), chunk, chunklen); EG(ret, err); in gen_hash_update()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | legacy_sha.c | 96 LEGACY_EVP_MD_METH_TABLE(sha1_init, sha1_update, sha1_final, sha1_int_ctrl,
|
| H A D | e_aes_cbc_hmac_sha1.c | 102 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update() function 136 #define SHA1_Update sha1_update
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_digest.c | 727 sha1_update(ctx, insize, indata);
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_secalgo.c | 1511 sha1_update(&ctx, len, buf); in _digest_nettle()
|