OSSL_STORE_INFO_get0_NAME

Return the name string from an OSSL_STORE_INFO_NAME object (borrowed).

Synopsis

Declared in <openssl/store.h>

char const*
OSSL_STORE_INFO_get0_NAME(OSSL_STORE_INFO const* info);

Return Value

Internal name pointer, or NULL if absent or wrong type; do not free.

Parameters

NameDescription
infoStore object of type OSSL_STORE_INFO_NAME.