| /src/external/bsd/ppp/dist/pppd/ |
| ppp-sha1.c | 66 static int sha1_update(PPP_MD_CTX *ctx, const void *data, size_t len) function 213 SHA1_Update(SHA1_CTX *context, const unsigned char *data, unsigned int len) 246 SHA1_Update(context, (unsigned char *) "\200", 1); 248 SHA1_Update(context, (unsigned char *) "\0", 1); 250 SHA1_Update(context, finalcount, 8); /* Should cause a SHA1Transform() */ 279 static int sha1_update(PPP_MD_CTX* ctx, const void *data, size_t len) function 281 SHA1_Update((SHA1_CTX*) ctx->priv, (void*) data, len); 303 .update_fn = sha1_update,
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_cbc_hmac_sha1_hw.c | 69 static void sha1_update(SHA_CTX *c, const void *data, size_t len) function 78 SHA1_Update(c, ptr, res); 97 SHA1_Update(c, ptr, res); 399 sha1_update(&sctx->md, in + iv, sha_off); 414 sha1_update(&sctx->md, in + sha_off, plen - sha_off); 423 sha1_update(&sctx->md, out + plen, SHA_DIGEST_LENGTH); 495 sha1_update(&sctx->md, ctx->aux.tls_aad, plen); 502 sha1_update(&sctx->md, out, j); 592 sha1_update(&sctx->md, pmac->c, SHA_DIGEST_LENGTH); 620 sha1_update(&sctx->md, out, len) [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_cbc_hmac_sha1_hw.c | 69 static void sha1_update(SHA_CTX *c, const void *data, size_t len) function 78 SHA1_Update(c, ptr, res); 97 SHA1_Update(c, ptr, res); 401 sha1_update(&sctx->md, in + iv, sha_off); 416 sha1_update(&sctx->md, in + sha_off, plen - sha_off); 425 sha1_update(&sctx->md, out + plen, SHA_DIGEST_LENGTH); 497 sha1_update(&sctx->md, ctx->aux.tls_aad, plen); 504 sha1_update(&sctx->md, out, j); 594 sha1_update(&sctx->md, pmac->c, SHA_DIGEST_LENGTH); 624 sha1_update(&sctx->md, out, len) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| e_aes_cbc_hmac_sha1.c | 102 static void sha1_update(SHA_CTX *c, const void *data, size_t len) function 111 SHA1_Update(c, ptr, res); 130 SHA1_Update(c, ptr, res); 133 #ifdef SHA1_Update 134 #undef SHA1_Update 136 #define SHA1_Update sha1_update 436 SHA1_Update(&key->md, in + iv, sha_off); 452 SHA1_Update(&key->md, in + sha_off, plen - sha_off); 461 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_aes_cbc_hmac_sha1.c | 103 static void sha1_update(SHA_CTX *c, const void *data, size_t len) function 112 SHA1_Update(c, ptr, res); 131 SHA1_Update(c, ptr, res); 134 # ifdef SHA1_Update 135 # undef SHA1_Update 137 # define SHA1_Update sha1_update 440 SHA1_Update(&key->md, in + iv, sha_off); 456 SHA1_Update(&key->md, in + sha_off, plen - sha_off); 465 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_aes_cbc_hmac_sha1.c | 97 static void sha1_update(SHA_CTX *c, const void *data, size_t len) function 106 SHA1_Update(c, ptr, res); 125 SHA1_Update(c, ptr, res); 128 # ifdef SHA1_Update 129 # undef SHA1_Update 131 # define SHA1_Update sha1_update 434 SHA1_Update(&key->md, in + iv, sha_off); 451 SHA1_Update(&key->md, in + sha_off, plen - sha_off); 460 SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH) [all...] |