Home
last modified time | relevance | path

Searched refs:infolen (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/hpke/
H A Dhpke_util.c251 const unsigned char *info, size_t infolen) in kdf_derive() argument
265 (char *)info, infolen); in kdf_derive()
286 const unsigned char *info, size_t infolen) in ossl_hpke_kdf_expand() argument
289 NULL, 0, prk, prklen, info, infolen); in ossl_hpke_kdf_expand()
351 const unsigned char *info, size_t infolen) in ossl_hpke_labeled_expand() argument
365 + protocol_labellen + suiteidlen + labellen + infolen; in ossl_hpke_labeled_expand()
377 || !WPACKET_memcpy(&pkt, info, infolen) in ossl_hpke_labeled_expand()
H A Dhpke.c648 const unsigned char *info, size_t infolen) in hpke_do_middle() argument
726 (unsigned char *)info, infolen) != 1) { in hpke_do_middle()
1058 const unsigned char *info, size_t infolen) in OSSL_HPKE_encap() argument
1072 if (infolen > OSSL_HPKE_MAX_INFOLEN) { in OSSL_HPKE_encap()
1076 if (infolen > 0 && info == NULL) { in OSSL_HPKE_encap()
1099 erv = hpke_do_middle(ctx, info, infolen); in OSSL_HPKE_encap()
1106 const unsigned char *info, size_t infolen) in OSSL_HPKE_decap() argument
1119 if (infolen > OSSL_HPKE_MAX_INFOLEN) { in OSSL_HPKE_decap()
1123 if (infolen > 0 && info == NULL) { in OSSL_HPKE_decap()
1147 erv = hpke_do_middle(ctx, info, infolen); in OSSL_HPKE_decap()
/openssl/include/internal/
H A Dhpke_util.h79 const unsigned char *info, size_t infolen);
94 const unsigned char *info, size_t infolen);
/openssl/include/openssl/
H A Dhpke.h115 const unsigned char *info, size_t infolen);
128 const unsigned char *info, size_t infolen);
H A Dkdf.h114 const unsigned char *info, int infolen);
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod34 const unsigned char *info, size_t infolen);
47 const unsigned char *info, size_t infolen);
229 While RFC9180 also RECOMMENDS a 64 octet limit for the I<infolen> parameter,
232 for the I<infolen> parameter.
257 I<pub> of size I<publen>, and an optional I<info> parameter of size I<infolen>,
507 size_t infolen = strlen((char *)info);
524 if (OSSL_HPKE_encap(sctx, enc, &enclen, pub, publen, info, infolen) != 1)
534 if (OSSL_HPKE_decap(rctx, enc, enclen, priv, info, infolen) != 1)
H A DEVP_PKEY_CTX_set_hkdf_md.pod25 int infolen);
79 EVP_PKEY_CTX_add1_hkdf_info() sets the info value to B<infolen> bytes of the
/openssl/test/
H A Dhpke_test.c916 size_t infolen = 32; in test_hpke_modes_suites() local
948 memset(info, 'i', infolen); in test_hpke_modes_suites()
950 infolen = 0; in test_hpke_modes_suites()
1027 infop, infolen))) in test_hpke_modes_suites()
1072 infop, infolen))) in test_hpke_modes_suites()
/openssl/crypto/evp/
H A Dpmeth_lib.c1138 const unsigned char *info, int infolen) in EVP_PKEY_CTX_add1_hkdf_info() argument
1144 info, infolen); in EVP_PKEY_CTX_add1_hkdf_info()

Completed in 33 milliseconds