Searched refs:sha1_update (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_cbc_hmac_sha1_hw.c | 69 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() 425 sha1_update(&sctx->md, out + plen, SHA_DIGEST_LENGTH); 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() 594 sha1_update(&sctx->md, pmac->c, SHA_DIGEST_LENGTH); 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() [all …]
|
/third_party/lwip/src/netif/ppp/polarssl/ |
D | sha1.c | 245 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen ) in sha1_update() function 313 sha1_update( ctx, sha1_padding, padn ); in sha1_finish() 314 sha1_update( ctx, msglen, 8 ); in sha1_finish() 331 sha1_update( &ctx, input, ilen ); in sha1()
|
/third_party/lwip/src/include/netif/ppp/polarssl/ |
D | sha1.h | 71 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen );
|
/third_party/lwip/src/include/netif/ppp/ |
D | pppcrypt.h | 76 #define lwip_sha1_update sha1_update
|
/third_party/openssl/crypto/evp/ |
D | legacy_sha.c | 93 LEGACY_EVP_MD_METH_TABLE(sha1_init, sha1_update, sha1_final, sha1_int_ctrl,
|
D | e_aes_cbc_hmac_sha1.c | 103 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update() function 137 # define SHA1_Update sha1_update
|