Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
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()
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()
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 …]
/third_party/ltp/testcases/kernel/security/integrity/ima/src/
Dima_boot_aggregate.c89 SHA1_Update(&c, pcr[event.header.pcr].digest, in do_test()
91 SHA1_Update(&c, event.header.digest, in do_test()
116 SHA1_Update(&c, pcr[i].digest, SHA_DIGEST_LENGTH); in do_test()
/third_party/openssl/doc/man3/
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,
/third_party/openssl/crypto/sha/
Dsha1_one.c24 SHA1_Update(&c, d, n); in SHA1()
Dsha_local.h30 #define HASH_UPDATE SHA1_Update
/third_party/openssl/test/
Drc4test.c111 SHA1_Update(&c, buf, sizeof(buf)); in test_rc_bulk()
/third_party/openssl/include/openssl/
Dsha.h42 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
/third_party/python/Misc/
Dvalgrind-python.supp457 fun:SHA1_Update
463 fun:SHA1_Update
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c75 SHA1_Update(&ctx->sha_ctx, ptr, (unsigned long)siz); in sctp_sha1_update()
/third_party/openssl/crypto/engine/
Deng_openssl.c322 return SHA1_Update(EVP_MD_CTX_md_data(ctx), data, count); in test_sha1_update()
/third_party/openssl/engines/
De_ossltest.c494 return SHA1_Update(data(ctx), data, (size_t)count); in digest_sha1_update()
De_dasync.c502 return SHA1_Update(data(ctx), data, (size_t)count); in dasync_sha1_update()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2091 #define SHA1_Update BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SHA1_Update) macro
/third_party/openssl/util/
Dlibcrypto.num3484 SHA1_Update 3437 1_1_0 EXIST::FUNCTION: