Release algorithm results previously returned by OSSL_PROVIDER_query_operation().

Synopsis

Declared in <openssl/provider.h>

void
OSSL_PROVIDER_unquery_operation(
    OSSL_PROVIDER const* prov,
    int operation_id,
    OSSL_ALGORITHM const* algs);

Parameters

Name

Description

prov

Provider that produced algs.

operation_id

Operation identifier previously queried (OSSL_OP_*).

algs

Algorithm array returned by the matching query_operation call.

Created with MrDocs