Home
last modified time | relevance | path

Searched refs:z_len (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dsskdf.c95 const unsigned char *z, size_t z_len, in SSKDF_hash_kdm()
107 if (z_len > SSKDF_MAX_INLEN || info_len > SSKDF_MAX_INLEN in SSKDF_hash_kdm()
133 && EVP_DigestUpdate(ctx, z, z_len) in SSKDF_hash_kdm()
216 const unsigned char *z, size_t z_len, in SSKDF_mac_kdm()
228 if (z_len > SSKDF_MAX_INLEN || info_len > SSKDF_MAX_INLEN in SSKDF_mac_kdm()
256 && EVP_MAC_update(ctx, z, z_len) in SSKDF_mac_kdm()
94 SSKDF_hash_kdm(const EVP_MD *kdf_md, const unsigned char *z, size_t z_len, const unsigned char *info, size_t info_len, unsigned int append_ctr, unsigned char *derived_key, size_t derived_key_len) SSKDF_hash_kdm() argument
212 SSKDF_mac_kdm(EVP_MAC_CTX *ctx_init, const unsigned char *kmac_custom, size_t kmac_custom_len, size_t kmac_out_len, const unsigned char *salt, size_t salt_len, const unsigned char *z, size_t z_len, const unsigned char *info, size_t info_len, unsigned char *derived_key, size_t derived_key_len) SSKDF_mac_kdm() argument
H A Dx942kdf.c265 const unsigned char *z, size_t z_len, in x942kdf_hash_kdm()
276 if (z_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()
305 || !EVP_DigestUpdate(ctx, z, z_len) in x942kdf_hash_kdm()
264 x942kdf_hash_kdm(const EVP_MD *kdf_md, const unsigned char *z, size_t z_len, const unsigned char *other, size_t other_len, unsigned char *ctr, unsigned char *derived_key, size_t derived_key_len) x942kdf_hash_kdm() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dsskdf.c95 const unsigned char *z, size_t z_len, in SSKDF_hash_kdm()
107 if (z_len > SSKDF_MAX_INLEN || info_len > SSKDF_MAX_INLEN in SSKDF_hash_kdm()
133 && EVP_DigestUpdate(ctx, z, z_len) in SSKDF_hash_kdm()
216 const unsigned char *z, size_t z_len, in SSKDF_mac_kdm()
228 if (z_len > SSKDF_MAX_INLEN || info_len > SSKDF_MAX_INLEN in SSKDF_mac_kdm()
256 && EVP_MAC_update(ctx, z, z_len) in SSKDF_mac_kdm()
94 SSKDF_hash_kdm(const EVP_MD *kdf_md, const unsigned char *z, size_t z_len, const unsigned char *info, size_t info_len, unsigned int append_ctr, unsigned char *derived_key, size_t derived_key_len) SSKDF_hash_kdm() argument
212 SSKDF_mac_kdm(EVP_MAC_CTX *ctx_init, const unsigned char *kmac_custom, size_t kmac_custom_len, size_t kmac_out_len, const unsigned char *salt, size_t salt_len, const unsigned char *z, size_t z_len, const unsigned char *info, size_t info_len, unsigned char *derived_key, size_t derived_key_len) SSKDF_mac_kdm() argument
H A Dx942kdf.c265 const unsigned char *z, size_t z_len, in x942kdf_hash_kdm()
276 if (z_len > X942KDF_MAX_INLEN in x942kdf_hash_kdm()
305 || !EVP_DigestUpdate(ctx, z, z_len) in x942kdf_hash_kdm()
264 x942kdf_hash_kdm(const EVP_MD *kdf_md, const unsigned char *z, size_t z_len, const unsigned char *other, size_t other_len, unsigned char *ctr, unsigned char *derived_key, size_t derived_key_len) x942kdf_hash_kdm() argument
/third_party/node/deps/v8/src/bigint/
H A Ddiv-burnikel.cc234 int z_len = n * 2;
235 ScratchDigits Z(z_len);
236 PutAt(Z, A + n * (t - 2), z_len);
H A Ddiv-barrett.cc318 int z_len = n * 2; in DivideBarrett() local
319 ScratchDigits Z(z_len); in DivideBarrett()
320 PutAt(Z, A + n * (t - 2), z_len); in DivideBarrett()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.c353 const u8 *z, size_t z_len) in wpa_pmk_to_ptk()
366 if (z_len > MAX_Z_LEN) in wpa_pmk_to_ptk()
387 if (z && z_len) { in wpa_pmk_to_ptk()
388 os_memcpy(data + 2 * ETH_ALEN + 2 * WPA_NONCE_LEN, z, z_len); in wpa_pmk_to_ptk()
389 data_len += z_len; in wpa_pmk_to_ptk()
453 if (z && z_len) in wpa_pmk_to_ptk()
454 wpa_hexdump_key(MSG_DEBUG, "WPA: Z.x", z, z_len); in wpa_pmk_to_ptk()
349 wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, const u8 *addr1, const u8 *addr2, const u8 *nonce1, const u8 *nonce2, struct wpa_ptk *ptk, int akmp, int cipher, const u8 *z, size_t z_len) wpa_pmk_to_ptk() argument
H A Dwpa_common.h351 const u8 *z, size_t z_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c388 const u8 *z, size_t z_len, size_t kdk_len) in wpa_pmk_to_ptk()
410 if (z_len > MAX_Z_LEN) in wpa_pmk_to_ptk()
431 if (z && z_len) { in wpa_pmk_to_ptk()
432 os_memcpy(data + 2 * ETH_ALEN + 2 * WPA_NONCE_LEN, z, z_len); in wpa_pmk_to_ptk()
433 data_len += z_len; in wpa_pmk_to_ptk()
553 if (z && z_len) in wpa_pmk_to_ptk()
554 wpa_hexdump_key(MSG_DEBUG, "WPA: Z.x", z, z_len); in wpa_pmk_to_ptk()
384 wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, const u8 *addr1, const u8 *addr2, const u8 *nonce1, const u8 *nonce2, struct wpa_ptk *ptk, int akmp, int cipher, const u8 *z, size_t z_len, size_t kdk_len) wpa_pmk_to_ptk() argument
H A Dwpa_common.h445 const u8 *z, size_t z_len, size_t kdk_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c564 size_t z_len = 0; in wpa_derive_ptk() local
574 z_len = wpabuf_len(sm->dpp_z); in wpa_derive_ptk()
581 sm->pairwise_cipher, z, z_len); in wpa_derive_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c2328 size_t z_len = 0, kdk_len; in wpa_derive_ptk() local
2359 z_len = wpabuf_len(sm->dpp_z); in wpa_derive_ptk()
2368 ptk, akmp, sm->pairwise, z, z_len, kdk_len); in wpa_derive_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c2223 size_t z_len = 0; in wpa_derive_ptk() local
2245 z_len = wpabuf_len(sm->dpp_z); in wpa_derive_ptk()
2251 ptk, sm->wpa_key_mgmt, sm->pairwise, z, z_len); in wpa_derive_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c634 size_t z_len = 0, kdk_len; in wpa_derive_ptk() local
645 z_len = wpabuf_len(sm->dpp_z); in wpa_derive_ptk()
675 sm->pairwise_cipher, z, z_len, in wpa_derive_ptk()

Completed in 60 milliseconds