Searched refs:sk_new_null (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dstack.h83 _STACK *sk_new_null(void);
H A Dstack.c152 _STACK *sk_new_null(void) function
H A Dsafestack.h147 ((STACK_OF(type) *)sk_new_null())
2173 # define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
2197 # define sk_OPENSSL_BLOCK_new_null() ((STACK_OF(OPENSSL_BLOCK) *)sk_new_null())
2221 # define sk_OPENSSL_PSTRING_new_null() ((STACK_OF(OPENSSL_PSTRING) *)sk_new_null())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dstack.h85 STACK *sk_new_null(void);
H A Dstack.c115 STACK *sk_new_null(void) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstack.h85 STACK *sk_new_null(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dstack.h83 _STACK *sk_new_null(void);
H A Dstack.c152 _STACK *sk_new_null(void) function
H A Dsafestack.h147 ((STACK_OF(type) *)sk_new_null())
2173 # define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
2197 # define sk_OPENSSL_BLOCK_new_null() ((STACK_OF(OPENSSL_BLOCK) *)sk_new_null())
2221 # define sk_OPENSSL_PSTRING_new_null() ((STACK_OF(OPENSSL_PSTRING) *)sk_new_null())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dengine.c219 cmds = sk_new_null();
350 STACK *engines = sk_new_null();
351 STACK *pre_cmds = sk_new_null();
352 STACK *post_cmds = sk_new_null();
H A Dcrl2p7.c144 if(!certflst) certflst = sk_new_null();
H A Dasn1pars.c116 if ((osk=sk_new_null()) == NULL)
H A Docsp.c144 reqnames = sk_new_null();
H A Dpkcs12.c232 if (!canames) canames = sk_new_null();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_set.c174 if ((ret=sk_new_null()) == NULL)
H A Dx_name.c228 intname = sk_new_null();
H A Dtasn_dec.c665 *val = (ASN1_VALUE *)sk_new_null();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_api.c283 if ((sk=sk_new_null()) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.c91 if ((ret->data=sk_new_null()) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_lib.c110 ret->meth_data = sk_new_null();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_dyn.c206 c->dirs = sk_new_null();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.c209 if ((app_locks == NULL) && ((app_locks=sk_new_null()) == NULL))
H A Dex_data.c599 if ((ad->sk=sk_new_null()) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_dec.c632 *val = (ASN1_VALUE *)sk_new_null();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_dec.c632 *val = (ASN1_VALUE *)sk_new_null();

Completed in 319 milliseconds

12