Home
last modified time | relevance | path

Searched refs:sha256_update (Results 1 – 3 of 3) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_cbc_hmac_sha256_hw.c73 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()
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()
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()
710 sha256_update(&ctx->tail, hmac_key, sizeof(hmac_key)); in aesni_cbc_hmac_sha256_set_mac_key()
740 sha256_update(&sctx->md, p, aad_len); in aesni_cbc_hmac_sha256_set_tls1_aad()
[all …]
/openssl-master/crypto/evp/
A Dlegacy_sha.c123 LEGACY_EVP_MD_METH_TABLE(sha256_init, sha256_update, sha256_final, NULL,
A De_aes_cbc_hmac_sha256.c98 static void sha256_update(SHA256_CTX *c, const void *data, size_t len) in sha256_update() function
132 # define SHA256_Update sha256_update

Completed in 7 milliseconds