Home
last modified time | relevance | path

Searched refs:sk_OPENSSL_CSTRING_new_null (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c167 STACK_OF(OPENSSL_CSTRING) *visited = sk_OPENSSL_CSTRING_new_null(); in provider_conf_params()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_pkey.c259 keymgmt_data.names = sk_OPENSSL_CSTRING_new_null(); in ossl_encoder_ctx_setup_for_pkey()
H A Ddecoder_pkey.c340 || (names = sk_OPENSSL_CSTRING_new_null()) == NULL) { in ossl_decoder_ctx_setup_for_pkey()
/freebsd/crypto/openssl/apps/
H A Dengine.c302 STACK_OF(OPENSSL_CSTRING) *engines = sk_OPENSSL_CSTRING_new_null(); in engine_main()
/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h235 #define sk_OPENSSL_CSTRING_new_null() ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new_null()) macro