Home
last modified time | relevance | path

Searched refs:sk_num (Results 1 – 10 of 10) sorted by relevance

/external/openssl/include/openssl/
Dasn1_mac.h198 if ((a != NULL) && (sk_num(a) != 0)) \
202 if ((a != NULL) && (sk_num(a) != 0)) \
206 if ((a != NULL) && (sk_num(a) != 0)) \
403 if ((a != NULL) && (sk_num(a) != 0)) \
418 if ((a != NULL) && (sk_num(a) != 0)) \
432 if ((a != NULL) && (sk_num(a) != 0)) \
450 if ((a != NULL) && (sk_num(a) != 0))\
457 if ((a != NULL) && (sk_num(a) != 0))\
503 if ((a != NULL) && (sk_num(a) != 0)) \
507 if ((a != NULL) && (sk_num(a) != 0)) \
[all …]
Dstack.h79 int sk_num(const _STACK *);
Dsafestack.h143 sk_num(CHECKED_STACK_OF(type, st))
/external/openssl/crypto/asn1/
Dasn1_mac.h198 if ((a != NULL) && (sk_num(a) != 0)) \
202 if ((a != NULL) && (sk_num(a) != 0)) \
206 if ((a != NULL) && (sk_num(a) != 0)) \
403 if ((a != NULL) && (sk_num(a) != 0)) \
418 if ((a != NULL) && (sk_num(a) != 0)) \
432 if ((a != NULL) && (sk_num(a) != 0)) \
450 if ((a != NULL) && (sk_num(a) != 0))\
457 if ((a != NULL) && (sk_num(a) != 0))\
503 if ((a != NULL) && (sk_num(a) != 0)) \
507 if ((a != NULL) && (sk_num(a) != 0)) \
[all …]
/external/openssl/crypto/dso/
Ddso_dl.c170 if(sk_num(dso->meth_data) < 1) in dl_unload()
196 if(sk_num(dso->meth_data) < 1) in dl_bind_var()
201 ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1); in dl_bind_var()
227 if(sk_num(dso->meth_data) < 1) in dl_bind_func()
232 ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1); in dl_bind_func()
/external/openssl/crypto/conf/
Dcnf_save.c97 for (i=0; i<sk_num(s); i++) in print_conf()
/external/openssl/crypto/stack/
Dstack.h79 int sk_num(const _STACK *);
Dstack.c294 int sk_num(const _STACK *st) in sk_num() function
Dsafestack.h143 sk_num(CHECKED_STACK_OF(type, st))
/external/openssl/ssl/
Ds3_srvr.c1117 printf("client sent %d ciphers\n",sk_num(ciphers)); in ssl3_get_client_hello()
1124 i,sk_num(ciphers),SSL_CIPHER_get_name(c)); in ssl3_get_client_hello()