Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c69 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update() function
401 sha1_update(&sctx->md, in + iv, sha_off); in aesni_cbc_hmac_sha1_cipher()
416 sha1_update(&sctx->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha1_cipher()
497 sha1_update(&sctx->md, ctx->aux.tls_aad, plen); in aesni_cbc_hmac_sha1_cipher()
504 sha1_update(&sctx->md, out, j); in aesni_cbc_hmac_sha1_cipher()
624 sha1_update(&sctx->md, out, len); in aesni_cbc_hmac_sha1_cipher()
643 sha1_update(&ctx->head, mac, len); in aesni_cbc_hmac_sha1_set_mac_key()
652 sha1_update(&ctx->head, hmac_key, sizeof(hmac_key)); in aesni_cbc_hmac_sha1_set_mac_key()
657 sha1_update(&ctx->tail, hmac_key, sizeof(hmac_key)); in aesni_cbc_hmac_sha1_set_mac_key()
687 sha1_update(&sctx->md, p, aad_len); in aesni_cbc_hmac_sha1_set_tls1_aad()
[all …]
/openssl/crypto/evp/
H A Dlegacy_sha.c98 LEGACY_EVP_MD_METH_TABLE(sha1_init, sha1_update, sha1_final, sha1_int_ctrl,
H A De_aes_cbc_hmac_sha1.c104 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update() function
138 # define SHA1_Update sha1_update

Completed in 10 milliseconds