Home
last modified time | relevance | path

Searched refs:OSSL_ENCODER_PARAM_SAVE_PARAMETERS (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/include/openssl/
Dcore_names.h478 #define OSSL_ENCODER_PARAM_SAVE_PARAMETERS "save-parameters" /* integer */ macro
/third_party/openssl/crypto/encode_decode/
Dencoder_pkey.c365 params[0] = OSSL_PARAM_construct_int(OSSL_ENCODER_PARAM_SAVE_PARAMETERS, in OSSL_ENCODER_CTX_new_for_pkey()
/third_party/openssl/doc/man7/
Dprovider-encoder.pod279 =item "save-parameters" (B<OSSL_ENCODER_PARAM_SAVE_PARAMETERS>) <integer>
/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2any.c975 OSSL_PARAM_locate_const(params, OSSL_ENCODER_PARAM_SAVE_PARAMETERS); in key2any_set_ctx_params()