Searched refs:sk_new_null (Results 1 – 5 of 5) sorted by relevance
27 ((STACK_OF(ACCESS_DESCRIPTION) *)sk_new_null())113 #define sk_ASN1_ADB_TABLE_new_null() ((STACK_OF(ASN1_ADB_TABLE) *)sk_new_null())200 ((STACK_OF(ASN1_GENERALSTRING) *)sk_new_null())286 #define sk_ASN1_INTEGER_new_null() ((STACK_OF(ASN1_INTEGER) *)sk_new_null())369 #define sk_ASN1_OBJECT_new_null() ((STACK_OF(ASN1_OBJECT) *)sk_new_null())452 ((STACK_OF(ASN1_STRING_TABLE) *)sk_new_null())538 #define sk_ASN1_TYPE_new_null() ((STACK_OF(ASN1_TYPE) *)sk_new_null())617 #define sk_ASN1_VALUE_new_null() ((STACK_OF(ASN1_VALUE) *)sk_new_null())697 #define sk_BIO_new_null() ((STACK_OF(BIO) *)sk_new_null())767 #define sk_BY_DIR_ENTRY_new_null() ((STACK_OF(BY_DIR_ENTRY) *)sk_new_null())[all …]
206 OPENSSL_EXPORT _STACK *sk_new_null(void);
36 ((STACK_OF(${type})*) sk_new_null())
93 _STACK *sk_new_null(void) { return sk_new(NULL); } in sk_new_null() function
670 *val = (ASN1_VALUE *)sk_new_null(); in asn1_template_noexp_d2i()