/third_party/musl/src/crypt/ |
D | crypt_sha256.c | 135 static void sha256_update(struct sha256 *s, const void *m, unsigned long len) in sha256_update() function 183 sha256_update(s, md, 32); in hashmd() 184 sha256_update(s, md, i); in hashmd() 248 sha256_update(&ctx, key, klen); in sha256crypt() 249 sha256_update(&ctx, salt, slen); in sha256crypt() 250 sha256_update(&ctx, key, klen); in sha256crypt() 255 sha256_update(&ctx, key, klen); in sha256crypt() 256 sha256_update(&ctx, salt, slen); in sha256crypt() 260 sha256_update(&ctx, md, sizeof md); in sha256crypt() 262 sha256_update(&ctx, key, klen); in sha256crypt() [all …]
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_cbc_hmac_sha256_hw.c | 73 static void sha256_update(SHA256_CTX *c, const void *data, size_t len) in sha256_update() function 438 sha256_update(&sctx->md, in + iv, sha_off); in aesni_cbc_hmac_sha256_cipher() 454 sha256_update(&sctx->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha256_cipher() 463 sha256_update(&sctx->md, out + plen, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher() 533 sha256_update(&sctx->md, ctx->aux.tls_aad, plen); in aesni_cbc_hmac_sha256_cipher() 540 sha256_update(&sctx->md, out, j); in aesni_cbc_hmac_sha256_cipher() 645 sha256_update(&sctx->md, pmac->c, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher() 676 sha256_update(&sctx->md, out, len); in aesni_cbc_hmac_sha256_cipher() 696 sha256_update(&ctx->head, mackey, len); in aesni_cbc_hmac_sha256_set_mac_key() 705 sha256_update(&ctx->head, hmac_key, sizeof(hmac_key)); in aesni_cbc_hmac_sha256_set_mac_key() [all …]
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_aes_cbc_hmac_sha256_hw.c | 73 static void sha256_update(SHA256_CTX *c, const void *data, size_t len) in sha256_update() function 438 sha256_update(&sctx->md, in + iv, sha_off); in aesni_cbc_hmac_sha256_cipher() 454 sha256_update(&sctx->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha256_cipher() 463 sha256_update(&sctx->md, out + plen, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher() 533 sha256_update(&sctx->md, ctx->aux.tls_aad, plen); in aesni_cbc_hmac_sha256_cipher() 540 sha256_update(&sctx->md, out, j); in aesni_cbc_hmac_sha256_cipher() 645 sha256_update(&sctx->md, pmac->c, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher() 676 sha256_update(&sctx->md, out, len); in aesni_cbc_hmac_sha256_cipher() 696 sha256_update(&ctx->head, mackey, len); in aesni_cbc_hmac_sha256_set_mac_key() 705 sha256_update(&ctx->head, hmac_key, sizeof(hmac_key)); in aesni_cbc_hmac_sha256_set_mac_key() [all …]
|
/third_party/openssl/crypto/evp/ |
D | legacy_sha.c | 123 LEGACY_EVP_MD_METH_TABLE(sha256_init, sha256_update, sha256_final, NULL,
|
D | e_aes_cbc_hmac_sha256.c | 98 static void sha256_update(SHA256_CTX *c, const void *data, size_t len) in sha256_update() function 132 # define SHA256_Update sha256_update
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | legacy_sha.c | 127 LEGACY_EVP_MD_METH_TABLE(sha256_init, sha256_update, sha256_final, NULL,
|
D | e_aes_cbc_hmac_sha256.c | 98 static void sha256_update(SHA256_CTX *c, const void *data, size_t len) in sha256_update() function 132 # define SHA256_Update sha256_update
|
/third_party/curl/lib/ |
D | sha256.c | 148 sha256_update(ctx, length, data); in my_sha256_update()
|
/third_party/curl/lib/vtls/ |
D | gtls.c | 1620 sha256_update(&SHA256pw, (unsigned int)tmplen, tmp); in gtls_sha256sum()
|