Return the fingerprint or alias byte string from a search criterion (borrowed).
Declared in <openssl/store.h>
unsigned char const*
OSSL_STORE_SEARCH_get0_bytes(
OSSL_STORE_SEARCH const* criterion,
size_t* length);
Internal byte pointer, or NULL if not applicable; do not free.
| Name | Description |
|---|---|
| criterion | Search criterion holding raw bytes. |
| length | Receives the byte count on success. |