HomeSort by relevance Sort by last modified time
    Searched refs:sk_num (Results 1 - 25 of 31) sorted by null

1 2

  /external/openssl/crypto/asn1/
a_set.c 99 for (i=sk_num(a)-1; i>=0; i--)
111 if(!is_set || (sk_num(a) < 2))
113 for (i=0; i<sk_num(a); i++)
122 rgSetBlob = (MYBLOB *)OPENSSL_malloc(sk_num(a) * sizeof(MYBLOB));
129 for (i=0; i<sk_num(a); i++)
142 qsort( rgSetBlob, sk_num(a), sizeof(MYBLOB), SetBlobCmp);
151 for(i=0; i<sk_num(a); ++i)
asn1_mac.h 191 if ((a != NULL) && (sk_num(a) != 0)) \
195 if ((a != NULL) && (sk_num(a) != 0)) \
199 if ((a != NULL) && (sk_num(a) != 0)) \
396 if ((a != NULL) && (sk_num(a) != 0)) \
411 if ((a != NULL) && (sk_num(a) != 0)) \
425 if ((a != NULL) && (sk_num(a) != 0)) \
443 if ((a != NULL) && (sk_num(a) != 0))\
450 if ((a != NULL) && (sk_num(a) != 0))\
496 if ((a != NULL) && (sk_num(a) != 0)) \
500 if ((a != NULL) && (sk_num(a) != 0))
    [all...]
tasn_prn.c 149 for(i = 0; i < sk_num(fld); i++) {
x_name.c 184 for(i = 0; i < sk_num(intname.s); i++) {
  /external/openssl/crypto/dso/
dso_dl.c 166 if(sk_num(dso->meth_data) < 1)
192 if(sk_num(dso->meth_data) < 1)
197 ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
223 if(sk_num(dso->meth_data) < 1)
228 ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
dso_dlfcn.c 191 if(sk_num(dso->meth_data) < 1)
216 if(sk_num(dso->meth_data) < 1)
221 ptr = (void *)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
250 if(sk_num(dso->meth_data) < 1)
255 ptr = (void *)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
dso_win32.c 210 if(sk_num(dso->meth_data) < 1)
243 if(sk_num(dso->meth_data) < 1)
248 ptr = (HINSTANCE *)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
274 if(sk_num(dso->meth_data) < 1)
279 ptr = (HINSTANCE *)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1);
dso_vms.c 248 if(sk_num(dso->meth_data) < 1)
305 if(sk_num(dso->meth_data) < 1)
311 sk_num(dso->meth_data) - 1);
  /external/openssl/crypto/conf/
cnf_save.c 97 for (i=0; i<sk_num(s); i++)
conf_api.c 233 for (i=sk_num(sk)-1; i>=0; i--)
  /external/openssl/crypto/stack/
stack.h 79 int sk_num(const STACK *);
stack.c 301 int sk_num(const STACK *st) function
  /external/openssl/include/openssl/
stack.h 79 int sk_num(const STACK *);
asn1_mac.h 191 if ((a != NULL) && (sk_num(a) != 0)) \
195 if ((a != NULL) && (sk_num(a) != 0)) \
199 if ((a != NULL) && (sk_num(a) != 0)) \
396 if ((a != NULL) && (sk_num(a) != 0)) \
411 if ((a != NULL) && (sk_num(a) != 0)) \
425 if ((a != NULL) && (sk_num(a) != 0)) \
443 if ((a != NULL) && (sk_num(a) != 0))\
450 if ((a != NULL) && (sk_num(a) != 0))\
496 if ((a != NULL) && (sk_num(a) != 0)) \
500 if ((a != NULL) && (sk_num(a) != 0))
    [all...]
  /external/openssl/crypto/store/
str_mem.c 287 for (i = 0; i < sk_num(context->search_attributes); i++)
307 srch < sk_num(store->data)
340 || context->search_index == sk_num(context->search_attributes))
  /external/openssl/crypto/txt_db/
txt_db.c 233 n=sk_num(db->data);
262 n=sk_num(db->data);
361 for (i=sk_num(db->data)-1; i>=0; i--)
  /external/openssl/apps/
engine.c 300 int loop, res, num = sk_num(cmds);
427 if (sk_num(engines) == 0)
435 for (i=0; i<sk_num(engines); i++)
asn1pars.c 305 if (sk_num(osk))
309 for (i=0; i<sk_num(osk); i++)
crl2p7.c 230 if(certflst) for(i = 0; i < sk_num(certflst); i++) {
cms.c 976 for (i = 0; i < sk_num(sksigners); i++)
    [all...]
ca.c 882 for (i=0; i<sk_num(db->db->data); i++)
    [all...]
ocsp.c 950 if (!bs || !req || !sk_num(names) || !sk_OCSP_CERTID_num(ids))
    [all...]
  /external/openssl/crypto/
ex_data.c 455 j = sk_num(from->sk);
605 i=sk_num(ad->sk);
626 else if (idx >= sk_num(ad->sk))
dyn_lck.c 423 else if (type-CRYPTO_NUM_LOCKS > sk_num(app_locks))
  /external/openssl/crypto/engine/
eng_dyn.c 414 if(!ctx->dir_load || ((num = sk_num(ctx->dirs)) < 1))

Completed in 281 milliseconds

1 2