Set the key/component selection mask for decoding (OSSL_KEYMGMT_SELECT_*).
Declared in <openssl/decoder.h>
int
OSSL_DECODER_CTX_set_selection(
OSSL_DECODER_CTX* ctx,
int selection);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | Decoder context to configure. |
| selection | Bit mask of components to decode. |