Home
last modified time | relevance | path

Searched refs:kdf_id (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/hpke/
H A Dhpke.c326 if ((kdf_info_ = ossl_HPKE_KDF_INFO_find_id(suite.kdf_id)) == NULL) in hpke_suite_check()
364 suite->kdf_id = kdf_info->kdf_id; in hpke_random_suite()
678 kdf_info = ossl_HPKE_KDF_INFO_find_id(ctx->suite.kdf_id); in hpke_do_middle()
710 suitebuf[2] = ctx->suite.kdf_id / 256; in hpke_do_middle()
711 suitebuf[3] = ctx->suite.kdf_id % 256; in hpke_do_middle()
1261 kdf_info = ossl_HPKE_KDF_INFO_find_id(ctx->suite.kdf_id); in OSSL_HPKE_export()
1275 suitebuf[2] = ctx->suite.kdf_id / 256; in OSSL_HPKE_export()
1276 suitebuf[3] = ctx->suite.kdf_id % 256; in OSSL_HPKE_export()
H A Dhpke_util.c207 if (hpke_kdf_tab[i].kdf_id == kdfid) in ossl_HPKE_KDF_INFO_find_id()
521 suite->kdf_id = kdf; in ossl_hpke_str2suite()
/openssl/include/internal/
H A Dhpke_util.h47 uint16_t kdf_id; /* code point for KDF */ member
/openssl/test/
H A Dhpke_test.c988 uint16_t kdf_id = hpke_kdf_list[kdfind]; in test_hpke_modes_suites() local
990 hpke_suite.kdf_id = kdf_id; in test_hpke_modes_suites()
1104 kdf_str_list[kdfind], kdf_id, in test_hpke_modes_suites()
1706 suite.kdf_id = 0x3451; /* bad kdf */ in test_hpke_random_suites()
1712 suite.kdf_id = def_suite.kdf_id; /* good kdf */ in test_hpke_random_suites()
/openssl/include/openssl/
H A Dhpke.h82 uint16_t kdf_id; /* Key Derivation Function id */ member
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod23 uint16_t kdf_id;
129 The KDF identifier I<kdf_id> is one of the following:

Completed in 26 milliseconds