Home
last modified time | relevance | path

Searched refs:SHA1_Update (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha1dgst.c47 if (SHA1_Update(sha1, ms, mslen) <= 0) in ossl_sha1_ctrl()
53 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp))) in ossl_sha1_ctrl()
64 if (SHA1_Update(sha1, ms, mslen) <= 0) in ossl_sha1_ctrl()
70 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp))) in ossl_sha1_ctrl()
73 if (!SHA1_Update(sha1, sha1tmp, sizeof(sha1tmp))) in ossl_sha1_ctrl()
H A Dsha1_one.c32 SHA1_Update(&c, d, n); in ossl_sha1()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dm_sha1.c27 return SHA1_Update(EVP_MD_CTX_md_data(ctx), data, count); in update()
58 if (SHA1_Update(sha1, ms, mslen) <= 0) in ctrl()
64 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp))) in ctrl()
75 if (SHA1_Update(sha1, ms, mslen) <= 0) in ctrl()
81 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp))) in ctrl()
84 if (!SHA1_Update(sha1, sha1tmp, sizeof(sha1tmp))) in ctrl()
H A De_aes_cbc_hmac_sha1.c106 SHA1_Update(c, ptr, res); in sha1_update()
125 SHA1_Update(c, ptr, res); in sha1_update()
128 # ifdef SHA1_Update
129 # undef SHA1_Update
131 # define SHA1_Update sha1_update macro
434 SHA1_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha1_cipher()
451 SHA1_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha1_cipher()
460 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher()
548 SHA1_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha1_cipher()
558 SHA1_Update(&key->md, out, sha_off); in aesni_cbc_hmac_sha1_cipher()
[all …]
H A Dm_md5_sha1.c39 return SHA1_Update(&mctx->sha1, data, count); in update()
85 if (!SHA1_Update(&mctx->sha1, padtmp, 40)) in ctrl()
108 if (!SHA1_Update(&mctx->sha1, padtmp, 40)) in ctrl()
111 if (!SHA1_Update(&mctx->sha1, sha1tmp, sizeof(sha1tmp))) in ctrl()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/md5/
H A Dmd5_sha1.c31 return SHA1_Update(&mctx->sha1, data, count); in ossl_md5_sha1_update()
73 if (!SHA1_Update(&mctx->sha1, padtmp, 40)) in ossl_md5_sha1_ctrl()
96 if (!SHA1_Update(&mctx->sha1, padtmp, 40)) in ossl_md5_sha1_ctrl()
99 if (!SHA1_Update(&mctx->sha1, sha1tmp, sizeof(sha1tmp))) in ossl_md5_sha1_ctrl()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes_cbc_hmac_sha1.c112 SHA1_Update(c, ptr, res); in sha1_update()
131 SHA1_Update(c, ptr, res); in sha1_update()
134 # ifdef SHA1_Update
135 # undef SHA1_Update
137 # define SHA1_Update sha1_update macro
440 SHA1_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha1_cipher()
456 SHA1_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha1_cipher()
465 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH); in aesni_cbc_hmac_sha1_cipher()
553 SHA1_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha1_cipher()
563 SHA1_Update(&key->md, out, sha_off); in aesni_cbc_hmac_sha1_cipher()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Diterated_hash.c49 if (SHA1_Update(&ctx, buf, len) != 1) { in isc_iterated_hash()
53 if (SHA1_Update(&ctx, salt, saltlength) != 1) { in isc_iterated_hash()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha.h43 #define SHA1_Update hc_SHA1_Update macro
70 int SHA1_Update (struct sha *m, const void *v, size_t len);
H A Dsha.c228 SHA1_Update (struct sha *m, const void *v, size_t len) in SHA1_Update() function
280 SHA1_Update (m, zeros, dstart + 8); in SHA1_Final()
H A Dmdtest.c80 (int (*)(void*,const void*, size_t))SHA1_Update,
H A Devp-hcrypto.c352 (hc_evp_md_update)SHA1_Update, in EVP_hcrypto_sha1()
/netbsd-src/external/bsd/nsd/dist/
H A Diterated_hash.c48 SHA1_Update(&ctx, in, inlength); in iterated_hash()
50 SHA1_Update(&ctx, salt, saltlength); in iterated_hash()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSHA256_Init.pod5 SHA1, SHA1_Init, SHA1_Update, SHA1_Final, SHA224, SHA224_Init, SHA224_Update,
15 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
63 SHA1_Update() can be called repeatedly with chunks of the message to
83 SHA1_Init(), SHA1_Update() and SHA1_Final() and equivalent SHA224, SHA256,
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Diterated_hash.c55 if (SHA1_Update(&ctx, buf, len) != 1) { in isc_iterated_hash()
60 if (SHA1_Update(&ctx, salt, saltlength) != 1) { in isc_iterated_hash()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSHA256_Init.pod5 SHA1, SHA1_Init, SHA1_Update, SHA1_Final, SHA224, SHA224_Init, SHA224_Update,
25 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
68 SHA1_Update() can be called repeatedly with chunks of the message to
88 SHA1_Init(), SHA1_Update() and SHA1_Final() and equivalent SHA224, SHA256,
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/
H A Dsha1_one.c24 SHA1_Update(&c, d, n); in SHA1()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libdigest/
H A Ddigest.h98 void SHA1_Update(SHA1_CTX */*context*/, const unsigned char */*data*/, unsigned int /*len*/);
H A Ddigest.c122 SHA1_Update(SHA1_CTX *context, const unsigned char *data, unsigned int len) in SHA1_Update() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Drc4test.c117 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Drc4test.c111 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dsha.h46 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c78 SHA1_Update(c, ptr, res); in sha1_update()
97 SHA1_Update(c, ptr, res); in sha1_update()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_openssl.c322 return SHA1_Update(EVP_MD_CTX_md_data(ctx), data, count); in test_sha1_update()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_openssl.c339 return SHA1_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); in test_sha1_update()

12