Searched refs:sk_new (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dstack.h95 #define sk_new_null() sk_new(NULL)
105 STACK *sk_new(int (*cmp)());
H A Dsafestack.h108 { return (STACK_OF(type) *)sk_new(cmp); } \
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-stack.h84 STACK *sk_new(int (*cmp)(const char * const *, const char * const *));
H A Dcs-stack.c106 if ((ret=sk_new(sk->comp)) == NULL) goto err;
126 return sk_new((int (*)(const char * const *, const char * const *))0);
129 STACK *sk_new(int (*c)(const char * const *, const char * const *)) function
H A Dcs-safestack.h88 ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
162 sk_new((int (*)(const char * const *, const char * const *))(cmp))
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/stack/
H A Dstack.c114 if ((ret=sk_new(sk->comp)) == NULL) goto err;
130 STACK *sk_new(int (*c)()) function
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_toolkit_compat.h255 #define sk_X509_NAME_new sk_new

Completed in 237 milliseconds