Home
last modified time | relevance | path

Searched refs:PROV_DH_KDF_NONE (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Ddh_exch.c43 * If you need to use other KDF's (such as SSKDF) just use PROV_DH_KDF_NONE
52 PROV_DH_KDF_NONE = 0, enumerator
92 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_newctx()
107 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_init()
231 case PROV_DH_KDF_NONE: in dh_derive()
329 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_set_ctx_params()
458 case PROV_DH_KDF_NONE: in dh_get_ctx_params()
/third_party/openssl/providers/implementations/exchange/
H A Ddh_exch.c43 * If you need to use other KDF's (such as SSKDF) just use PROV_DH_KDF_NONE
52 PROV_DH_KDF_NONE = 0, enumerator
92 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_newctx()
107 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_init()
231 case PROV_DH_KDF_NONE: in dh_derive()
329 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_set_ctx_params()
458 case PROV_DH_KDF_NONE: in dh_get_ctx_params()

Completed in 2 milliseconds