Lines Matching refs:OSSL_PARAM_locate_const
544 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in x942kdf_set_ctx_params()
554 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SECRET); in x942kdf_set_ctx_params()
556 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY); in x942kdf_set_ctx_params()
566 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_ACVPINFO); in x942kdf_set_ctx_params()
571 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_PARTYUINFO); in x942kdf_set_ctx_params()
573 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_UKM); in x942kdf_set_ctx_params()
578 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_PARTYVINFO); in x942kdf_set_ctx_params()
583 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_USE_KEYBITS); in x942kdf_set_ctx_params()
587 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_SUPP_PUBINFO); in x942kdf_set_ctx_params()
594 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_SUPP_PRIVINFO); in x942kdf_set_ctx_params()
599 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CEK_ALG); in x942kdf_set_ctx_params()
603 pq = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_PROPERTIES); in x942kdf_set_ctx_params()