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 401 sha1_update(&sctx->md, in + iv, sha_off); in aesni_cbc_hmac_sha1_cipher() 416 sha1_update(&sctx->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha1_cipher() 425 sha1_update(&sctx->md, out + plen, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher() 497 sha1_update(&sctx->md, ctx->aux.tls_aad, plen); in aesni_cbc_hmac_sha1_cipher() 504 sha1_update(&sctx->md, out, j); in aesni_cbc_hmac_sha1_cipher() 594 sha1_update(&sctx->md, pmac->c, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher() 624 sha1_update(&sctx->md, out, len); in aesni_cbc_hmac_sha1_cipher() 643 sha1_update(&ctx->head, mac, len); in aesni_cbc_hmac_sha1_set_mac_key() 652 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 | 97 LEGACY_EVP_MD_METH_TABLE(sha1_init, sha1_update, sha1_final, sha1_int_ctrl,
|
H A D | e_aes_cbc_hmac_sha1.c | 103 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update() function 137 # define SHA1_Update sha1_update
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 655 sha1_update(ctx, insize, indata); in __archive_sha1update()
|
/freebsd/contrib/unbound/validator/ |
H A D | val_secalgo.c | 1511 sha1_update(&ctx, len, buf); in _digest_nettle()
|