/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 382 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 D | kdf.h | 61 # 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 D | wolfssl.c | 222 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 D | boringssl.c | 300 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 D | kdf.rs | 22 infolen: c_int, in EVP_PKEY_CTX_add1_hkdf_info()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
H A D | picotls.c | 260 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 D | ngtcp2_crypto.h | 163 size_t infolen); 177 const uint8_t *info, size_t infolen);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 284 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 D | rndis_std.h | 221 uint32_t infolen; /* PerPacketInfoLength */ member
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | kdf.h | 114 const unsigned char *info, int infolen);
|
/third_party/openssl/include/openssl/ |
H A D | kdf.h | 114 const unsigned char *info, int infolen);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1079 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 D | pmeth_lib.c | 1078 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
|