Searched refs:decoderctx (Results 1 – 5 of 5) sorted by relevance
217 void *decoderctx; in ossl_decoder_instance_new_forprov() local225 if (decoderctx == NULL) in ossl_decoder_instance_new_forprov()293 decoder_inst->decoderctx = decoderctx; in ossl_decoder_instance_new()330 if (dest->decoderctx == NULL) { in ossl_decoder_instance_dup()383 void *decoderctx = NULL; in OSSL_DECODER_CTX_add_decoder() local399 decoderctx = NULL; in OSSL_DECODER_CTX_add_decoder()407 if (decoderctx != NULL) in OSSL_DECODER_CTX_add_decoder()408 decoder->freectx(decoderctx); in OSSL_DECODER_CTX_add_decoder()445 void *decoderctx = NULL; in collect_extra_decoder() local741 void *decoderctx = NULL; in OSSL_DECODER_export() local[all …]
77 void *decoderctx = OSSL_DECODER_INSTANCE_get_decoder_ctx(decoder_inst); in decoder_construct_pkey() local168 (void)decoder->export_object(decoderctx, in decoder_construct_pkey()237 void *decoderctx = NULL; in collect_decoder_keymgmt() local250 if ((decoderctx = decoder->newctx(provctx)) == NULL) { in collect_decoder_keymgmt()255 if ((di = ossl_decoder_instance_new(decoder, decoderctx)) == NULL) { in collect_decoder_keymgmt()256 decoder->freectx(decoderctx); in collect_decoder_keymgmt()
108 void *decoderctx; /* Never NULL */ member
661 OSSL_DECODER *decoderctx = in OSSL_DECODER_CTX_set_params() local664 if (decoderctx == NULL || decoder->set_ctx_params == NULL) in OSSL_DECODER_CTX_set_params()666 if (!decoder->set_ctx_params(decoderctx, params)) in OSSL_DECODER_CTX_set_params()
283 OSSL_DECODER_CTX *decoderctx = NULL; in try_key_value() local306 decoderctx = in try_key_value()310 (void)OSSL_DECODER_CTX_set_passphrase_cb(decoderctx, cb, cbarg); in try_key_value()313 (void)OSSL_DECODER_from_data(decoderctx, &pdata, &pdatalen); in try_key_value()316 *harderr = ossl_decoder_ctx_get_harderr(decoderctx); in try_key_value()317 OSSL_DECODER_CTX_free(decoderctx); in try_key_value()
Completed in 19 milliseconds