/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/ |
H A D | sha1dgst.c | 47 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 D | sha1_one.c | 32 SHA1_Update(&c, d, n); in ossl_sha1()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | m_sha1.c | 27 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 D | e_aes_cbc_hmac_sha1.c | 106 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 D | m_md5_sha1.c | 39 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 D | md5_sha1.c | 31 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 D | e_aes_cbc_hmac_sha1.c | 112 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 D | iterated_hash.c | 49 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 D | sha.h | 43 #define SHA1_Update hc_SHA1_Update macro 70 int SHA1_Update (struct sha *m, const void *v, size_t len);
|
H A D | sha.c | 228 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 D | mdtest.c | 80 (int (*)(void*,const void*, size_t))SHA1_Update,
|
H A D | evp-hcrypto.c | 352 (hc_evp_md_update)SHA1_Update, in EVP_hcrypto_sha1()
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | iterated_hash.c | 48 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 D | SHA256_Init.pod | 5 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 D | iterated_hash.c | 55 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 D | SHA256_Init.pod | 5 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 D | sha1_one.c | 24 SHA1_Update(&c, d, n); in SHA1()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libdigest/ |
H A D | digest.h | 98 void SHA1_Update(SHA1_CTX */*context*/, const unsigned char */*data*/, unsigned int /*len*/);
|
H A D | digest.c | 122 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 D | rc4test.c | 117 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | rc4test.c | 111 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | sha.h | 46 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 78 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 D | eng_openssl.c | 322 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 D | eng_openssl.c | 339 return SHA1_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); in test_sha1_update()
|