Home
last modified time | relevance | path

Searched refs:save_paramsp (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1144 …const OSSL_PARAM *save_paramsp = OSSL_PARAM_locate_const(params, OSSL_ENCODER_PARAM_SAVE_PARAMETER… in key2any_set_ctx_params() local
1163 if (save_paramsp != NULL) { in key2any_set_ctx_params()
1164 if (!OSSL_PARAM_get_int(save_paramsp, &ctx->save_parameters)) in key2any_set_ctx_params()
/freebsd/crypto/openssl/test/
H A Dtls-provider.c1756 …const OSSL_PARAM *save_paramsp = OSSL_PARAM_locate_const(params, OSSL_ENCODER_PARAM_SAVE_PARAMETER… in key2any_set_ctx_params() local
1776 if (save_paramsp != NULL) { in key2any_set_ctx_params()
1777 if (!OSSL_PARAM_get_int(save_paramsp, &ctx->save_parameters)) { in key2any_set_ctx_params()