Searched refs:infolen (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/hpke/ |
H A D | hpke_util.c | 251 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 D | hpke.c | 648 const unsigned char *info, size_t infolen) in hpke_do_middle() argument 726 (unsigned char *)info, infolen) != 1) { in hpke_do_middle() 1059 const unsigned char *info, size_t infolen) in OSSL_HPKE_encap() argument 1073 if (infolen > OSSL_HPKE_MAX_INFOLEN) { in OSSL_HPKE_encap() 1077 if (infolen > 0 && info == NULL) { in OSSL_HPKE_encap() 1100 erv = hpke_do_middle(ctx, info, infolen); in OSSL_HPKE_encap() 1107 const unsigned char *info, size_t infolen) in OSSL_HPKE_decap() argument 1120 if (infolen > OSSL_HPKE_MAX_INFOLEN) { in OSSL_HPKE_decap() 1124 if (infolen > 0 && info == NULL) { in OSSL_HPKE_decap() 1148 erv = hpke_do_middle(ctx, info, infolen); in OSSL_HPKE_decap()
|
/openssl/include/internal/ |
H A D | hpke_util.h | 79 const unsigned char *info, size_t infolen); 94 const unsigned char *info, size_t infolen);
|
/openssl/include/openssl/ |
H A D | hpke.h | 115 const unsigned char *info, size_t infolen); 128 const unsigned char *info, size_t infolen);
|
H A D | kdf.h | 114 const unsigned char *info, int infolen);
|
/openssl/doc/man3/ |
H A D | OSSL_HPKE_CTX_new.pod | 34 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 D | EVP_PKEY_CTX_set_hkdf_md.pod | 25 int infolen); 79 EVP_PKEY_CTX_add1_hkdf_info() sets the info value to B<infolen> bytes of the
|
/openssl/test/ |
H A D | hpke_test.c | 916 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 D | pmeth_lib.c | 1138 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 41 milliseconds