Searched refs:sk_OPENSSL_CSTRING_new_null (Results 1 – 5 of 5) sorted by relevance
167 STACK_OF(OPENSSL_CSTRING) *visited = sk_OPENSSL_CSTRING_new_null(); in provider_conf_params()
259 keymgmt_data.names = sk_OPENSSL_CSTRING_new_null(); in ossl_encoder_ctx_setup_for_pkey()
340 || (names = sk_OPENSSL_CSTRING_new_null()) == NULL) { in ossl_decoder_ctx_setup_for_pkey()
302 STACK_OF(OPENSSL_CSTRING) *engines = sk_OPENSSL_CSTRING_new_null(); in engine_main()
235 #define sk_OPENSSL_CSTRING_new_null() ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new_null()) macro