Home
last modified time | relevance | path

Searched refs:SHA256_Update (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/dports/net/kamailio/kamailio-5.4.5/src/modules/auth/
H A Drfc2617_sha256.c77 SHA256_Update(&Sha256Ctx, ":", 1); in calc_HA1_sha256()
79 SHA256_Update(&Sha256Ctx, ":", 1); in calc_HA1_sha256()
86 SHA256_Update(&Sha256Ctx, ":", 1); in calc_HA1_sha256()
88 SHA256_Update(&Sha256Ctx, ":", 1); in calc_HA1_sha256()
121 SHA256_Update(&Sha256Ctx, ":", 1); in calc_response_sha256()
125 SHA256_Update(&Sha256Ctx, ":", 1); in calc_response_sha256()
135 SHA256_Update(&Sha256Ctx, ":", 1); in calc_response_sha256()
137 SHA256_Update(&Sha256Ctx, ":", 1); in calc_response_sha256()
141 SHA256_Update(&Sha256Ctx, ":", 1); in calc_response_sha256()
143 SHA256_Update(&Sha256Ctx, ":", 1); in calc_response_sha256()
[all …]
/dports/security/libxcrypt/libxcrypt-4.4.27/lib/
H A Dcrypt-sha256.c79 SHA256_Update (ctx, block, 32); in SHA256_Update_recycled()
80 SHA256_Update (ctx, block, cnt); in SHA256_Update_recycled()
164 SHA256_Update (ctx, phrase, phr_size); in crypt_sha256crypt_rn()
167 SHA256_Update (ctx, salt, salt_size); in crypt_sha256crypt_rn()
170 SHA256_Update (ctx, phrase, phr_size); in crypt_sha256crypt_rn()
179 SHA256_Update (ctx, phrase, phr_size); in crypt_sha256crypt_rn()
184 SHA256_Update (ctx, salt, salt_size); in crypt_sha256crypt_rn()
188 SHA256_Update (ctx, result, 32); in crypt_sha256crypt_rn()
189 SHA256_Update (ctx, result, cnt); in crypt_sha256crypt_rn()
195 SHA256_Update (ctx, result, 32); in crypt_sha256crypt_rn()
[all …]
/dports/security/pixiewps/pixiewps-1.4.1/src/crypto/
H A Dhmac_sha256.c22 SHA256_Update(&ctx, input, ilen); in sha256_full()
39 SHA256_Update(&ctx, key, keylen); in hmac_sha256_full()
53 SHA256_Update(&ctx, ipad, PAD_SIZE); in hmac_sha256_full()
54 SHA256_Update(&ctx, input, ilen); in hmac_sha256_full()
58 SHA256_Update(&ctx, opad, PAD_SIZE); in hmac_sha256_full()
59 SHA256_Update(&ctx, hash, sizeof hash); in hmac_sha256_full()
82 SHA256_Update(&ctx, key, keylen); in hmac_sha256_init()
96 SHA256_Update(&hctx->ictx, ipad, PAD_SIZE); in hmac_sha256_init()
99 SHA256_Update(&hctx->octx, opad, PAD_SIZE); in hmac_sha256_init()
111 SHA256_Update(&ctx, input, ilen); in hmac_sha256_yield()
[all …]
/dports/sysutils/shim/shim-0.9/
H A DPasswordCrypt.c122 SHA256_Update(&ctx, key, key_len); in sha256_crypt()
123 SHA256_Update(&ctx, salt, salt_size); in sha256_crypt()
126 SHA256_Update(&alt_ctx, key, key_len); in sha256_crypt()
128 SHA256_Update(&alt_ctx, key, key_len); in sha256_crypt()
132 SHA256_Update(&ctx, alt_result, 32); in sha256_crypt()
133 SHA256_Update(&ctx, alt_result, cnt); in sha256_crypt()
137 SHA256_Update(&ctx, alt_result, 32); in sha256_crypt()
139 SHA256_Update(&ctx, key, key_len); in sha256_crypt()
146 SHA256_Update(&alt_ctx, key, key_len); in sha256_crypt()
174 SHA256_Update(&ctx, alt_result, 32); in sha256_crypt()
[all …]
/dports/net/libexosip2/libexosip2-5.3.0/src/
H A Djauth.c136 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcHA1()
138 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcHA1()
146 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcHA1()
148 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcHA1()
166 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcResponse()
186 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcResponse()
188 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcResponse()
194 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcResponse()
204 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcResponse()
206 SHA256_Update(&SHA256Ctx, (unsigned char *) ":", 1); in SHA256DigestCalcResponse()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopencl_hmac_sha256.h49 SHA256_Update(&ctx, pbuf, len); in hmac_sha256()
54 SHA256_Update(&ctx, key, key_len); in hmac_sha256()
75 SHA256_Update(&ctx, buf, 64); in hmac_sha256()
82 SHA256_Update(&ctx, pbuf, len); in hmac_sha256()
87 SHA256_Update(&ctx, data, data_len); in hmac_sha256()
93 SHA256_Update(&ctx, buf, 64); in hmac_sha256()
94 SHA256_Update(&ctx, local_digest, 32); in hmac_sha256()
H A Dpbkdf2_hmac_sha256.h53 SHA256_Update( &ctx, K, KL); in _pbkdf2_sha256_load_hmac()
77 SHA256_Update(&ctx, S, SL); in _pbkdf2_sha256()
79 SHA256_Update(&ctx, "\x0\x0\x0", 3); in _pbkdf2_sha256()
80 SHA256_Update(&ctx, &loop, 1); in _pbkdf2_sha256()
188 SHA256_Update( &ctx, K[j], KL[j]); in _pbkdf2_sha256_sse_load_hmac()
268 SHA256_Update(&ctx, S, SL); in pbkdf2_sha256_sse()
275 SHA256_Update(&ctx, "\x0\x0\x0", 3); in pbkdf2_sha256_sse()
276 SHA256_Update(&ctx, &loop, 1); in pbkdf2_sha256_sse()
391 SHA256_Update(&ctx, S[j], SL[j]); in pbkdf2_sha256_sse_varying_salt()
398 SHA256_Update(&ctx, "\x0\x0\x0", 3); in pbkdf2_sha256_sse_varying_salt()
[all …]
H A Dopenssl_code_plug.c80 SHA256_Update(&ctx, data, data_len); in BytesToKey()
81 SHA256_Update(&ctx, salt, 8); in BytesToKey()
85 SHA256_Update(&ctx, out, hash_len); in BytesToKey()
91 SHA256_Update(&ctx, last_out, hash_len); in BytesToKey()
92 SHA256_Update(&ctx, data, data_len); in BytesToKey()
93 SHA256_Update(&ctx, salt, 8); in BytesToKey()
97 SHA256_Update(&ctx, last_out, hash_len); in BytesToKey()
H A Dkeepass_fmt_plug.c69 SHA256_Update(&ctx, masterkey, strlen(masterkey)); in transform_key()
74 SHA256_Update(&ctx, hash, 32); in transform_key()
80 SHA256_Update(&ctx, hash, 32); in transform_key()
81 SHA256_Update(&ctx, cur_salt->keyfile, 32); in transform_key()
106 SHA256_Update(&ctx, hash, 32); in transform_key()
112 SHA256_Update(&ctx, csp->final_randomseed, 16); in transform_key()
115 SHA256_Update(&ctx, csp->final_randomseed, 32); in transform_key()
117 SHA256_Update(&ctx, hash, 32); in transform_key()
194 SHA256_Update(&ctx, decrypted_content, datasize); in crypt_all()
241 SHA256_Update(&ctx, decrypted_content, datasize); in crypt_all()
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A Dkeepass_kernel.cl103 SHA256_Update(&ctx, pbuf, pwlen);
109 SHA256_Update(&ctx, hash, 32);
110 SHA256_Update(&ctx, pbuf, 32);
114 SHA256_Update(&ctx, hash, 32);
162 SHA256_Update(&ctx, hash, 32);
169 SHA256_Update(&ctx, pbuf, 16);
172 SHA256_Update(&ctx, pbuf, 32);
174 SHA256_Update(&ctx, hash, 32);
198 SHA256_Update(&ctx, content, bufsize);
208 SHA256_Update(&ctx, content, datasize);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Dcert_verifier.cc51 SHA256_Update(&ctx, CRYPTO_BUFFER_data(certificate_->cert_buffer()), in RequestParams()
54 SHA256_Update(&ctx, CRYPTO_BUFFER_data(cert_handle.get()), in RequestParams()
57 SHA256_Update(&ctx, hostname_.data(), hostname.size()); in RequestParams()
58 SHA256_Update(&ctx, &flags, sizeof(flags)); in RequestParams()
59 SHA256_Update(&ctx, ocsp_response.data(), ocsp_response.size()); in RequestParams()
60 SHA256_Update(&ctx, sct_list.data(), sct_list.size()); in RequestParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dcert_verifier.cc53 SHA256_Update(&ctx, CRYPTO_BUFFER_data(certificate_->cert_buffer()), in RequestParams()
56 SHA256_Update(&ctx, CRYPTO_BUFFER_data(cert_handle.get()), in RequestParams()
59 SHA256_Update(&ctx, hostname_.data(), hostname.size()); in RequestParams()
60 SHA256_Update(&ctx, &flags, sizeof(flags)); in RequestParams()
61 SHA256_Update(&ctx, ocsp_response.data(), ocsp_response.size()); in RequestParams()
62 SHA256_Update(&ctx, sct_list.data(), sct_list.size()); in RequestParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/dports/security/boringssl/boringssl-6a71840/crypto/cipher_extra/
H A De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/cipher_extra/
H A De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/cipher_extra/
H A De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h146 #define SHA256_Update _sha2_SHA256_Update macro
164 #define SHA256_Update pw_SHA256_Update macro
185 void SHA256_Update(SHA256_CTX*, const uint8_t*, size_t);
205 void SHA256_Update(SHA256_CTX*, const u_int8_t*, size_t);
227 void SHA256_Update();
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h146 #define SHA256_Update _sha2_SHA256_Update macro
164 #define SHA256_Update pw_SHA256_Update macro
185 void SHA256_Update(SHA256_CTX*, const uint8_t*, size_t);
205 void SHA256_Update(SHA256_CTX*, const u_int8_t*, size_t);
227 void SHA256_Update();
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h146 #define SHA256_Update _sha2_SHA256_Update macro
164 #define SHA256_Update pw_SHA256_Update macro
185 void SHA256_Update(SHA256_CTX*, const uint8_t*, size_t);
205 void SHA256_Update(SHA256_CTX*, const u_int8_t*, size_t);
227 void SHA256_Update();
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h146 #define SHA256_Update _sha2_SHA256_Update macro
164 #define SHA256_Update pw_SHA256_Update macro
185 void SHA256_Update(SHA256_CTX*, const uint8_t*, size_t);
205 void SHA256_Update(SHA256_CTX*, const u_int8_t*, size_t);
227 void SHA256_Update();
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h146 #define SHA256_Update _sha2_SHA256_Update macro
164 #define SHA256_Update pw_SHA256_Update macro
185 void SHA256_Update(SHA256_CTX*, const uint8_t*, size_t);
205 void SHA256_Update(SHA256_CTX*, const u_int8_t*, size_t);
227 void SHA256_Update();
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/passwd/sha2/
H A Dsha2.h146 #define SHA256_Update _sha2_SHA256_Update macro
164 #define SHA256_Update pw_SHA256_Update macro
185 void SHA256_Update(SHA256_CTX*, const uint8_t*, size_t);
205 void SHA256_Update(SHA256_CTX*, const u_int8_t*, size_t);
227 void SHA256_Update();

12345678910>>...43