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

/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-stack.h91 int sk_find(STACK *st,char *data);
H A Dcs-stack.c61 * 1.2 eay 12-Mar-97 - Modified sk_find so that it _DOES_ return the
251 int sk_find(STACK *st, char *data) function
334 /* same comment as in sk_find ... previously st->comp was declared
H A Dcs-safestack.h106 sk_find(CHECKED_PTR_OF(STACK_OF(type), st), CHECKED_PTR_OF(type, val))
180 sk_find(st, (char *)val)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dstack.h111 int sk_find(STACK *st,char *data);
H A Dsafestack.h126 { return sk_find((STACK *)sk,(char *)v); } \
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_toolkit_compat.h239 #define sk_SSL_CIPHER_find(st, data) sk_find(st, (void *)data)
253 #define sk_X509_NAME_find(st, data) sk_find(st, (void *)data)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/stack/
H A Dstack.c79 * 1.2 eay 12-Mar-97 - Modified sk_find so that it _DOES_ return the
224 int sk_find(STACK *st, char *data) function

Completed in 134 milliseconds