Home
last modified time | relevance | path

Searched refs:infolen (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c382 size_t infolen) { in ngtcp2_crypto_hkdf_expand()
395 infolen), in ngtcp2_crypto_hkdf_expand()
422 EVP_PKEY_CTX_add1_hkdf_info(pctx, info, (int)infolen) != 1 || in ngtcp2_crypto_hkdf_expand()
436 const uint8_t *info, size_t infolen) { in ngtcp2_crypto_hkdf()
449 infolen), in ngtcp2_crypto_hkdf()
477 EVP_PKEY_CTX_add1_hkdf_info(pctx, info, (int)infolen) != 1 || in ngtcp2_crypto_hkdf()
379 ngtcp2_crypto_hkdf_expand(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf_expand() argument
433 ngtcp2_crypto_hkdf(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dkdf.h61 # define EVP_PKEY_CTX_add1_hkdf_info(pctx, info, infolen) \
63 EVP_PKEY_CTRL_HKDF_INFO, infolen, (void *)(info))
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
H A Dwolfssl.c222 size_t infolen) { in ngtcp2_crypto_hkdf_expand()
224 secretlen, info, infolen) != WOLFSSL_SUCCESS) { in ngtcp2_crypto_hkdf_expand()
233 const uint8_t *info, size_t infolen) { in ngtcp2_crypto_hkdf()
235 salt, saltlen, info, infolen) != WOLFSSL_SUCCESS) { in ngtcp2_crypto_hkdf()
219 ngtcp2_crypto_hkdf_expand(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf_expand() argument
230 ngtcp2_crypto_hkdf(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c300 size_t infolen) { in ngtcp2_crypto_hkdf_expand()
303 if (HKDF_expand(dest, destlen, prf, secret, secretlen, info, infolen) != 1) { in ngtcp2_crypto_hkdf_expand()
313 const uint8_t *info, size_t infolen) { in ngtcp2_crypto_hkdf()
317 infolen) != 1) { in ngtcp2_crypto_hkdf()
297 ngtcp2_crypto_hkdf_expand(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf_expand() argument
310 ngtcp2_crypto_hkdf(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf() argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dkdf.rs22 infolen: c_int, in EVP_PKEY_CTX_add1_hkdf_info()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
H A Dpicotls.c260 size_t infolen) { in ngtcp2_crypto_hkdf_expand()
264 infov = ptls_iovec_init(info, infolen); in ngtcp2_crypto_hkdf_expand()
276 const uint8_t *info, size_t infolen) { in ngtcp2_crypto_hkdf()
289 infov = ptls_iovec_init(info, infolen); in ngtcp2_crypto_hkdf()
257 ngtcp2_crypto_hkdf_expand(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf_expand() argument
273 ngtcp2_crypto_hkdf(uint8_t *dest, size_t destlen, const ngtcp2_crypto_md *md, const uint8_t *secret, size_t secretlen, const uint8_t *salt, size_t saltlen, const uint8_t *info, size_t infolen) ngtcp2_crypto_hkdf() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/includes/ngtcp2/
H A Dngtcp2_crypto.h163 size_t infolen);
177 const uint8_t *info, size_t infolen);
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs284 infolen: c_int, in EVP_PKEY_CTX_add1_hkdf_info()
291 infolen, in EVP_PKEY_CTX_add1_hkdf_info()
/third_party/NuttX/drivers/usbdev/gadget/
H A Drndis_std.h221 uint32_t infolen; /* PerPacketInfoLength */ member
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dkdf.h114 const unsigned char *info, int infolen);
/third_party/openssl/include/openssl/
H A Dkdf.h114 const unsigned char *info, int infolen);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c1079 const unsigned char *info, int infolen) in EVP_PKEY_CTX_add1_hkdf_info()
1085 info, infolen); in EVP_PKEY_CTX_add1_hkdf_info()
1078 EVP_PKEY_CTX_add1_hkdf_info(EVP_PKEY_CTX *ctx, const unsigned char *info, int infolen) EVP_PKEY_CTX_add1_hkdf_info() argument
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c1078 const unsigned char *info, int infolen) in EVP_PKEY_CTX_add1_hkdf_info()
1084 info, infolen); in EVP_PKEY_CTX_add1_hkdf_info()
1077 EVP_PKEY_CTX_add1_hkdf_info(EVP_PKEY_CTX *ctx, const unsigned char *info, int infolen) EVP_PKEY_CTX_add1_hkdf_info() argument

Completed in 14 milliseconds