Searched refs:x509_object_idx_cnt (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_lu.c | 502 static int x509_object_idx_cnt(STACK_OF(X509_OBJECT) *h, X509_LOOKUP_TYPE type, in x509_object_idx_cnt() function 532 return x509_object_idx_cnt(h, type, name, NULL); in X509_OBJECT_idx_by_subject() 599 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt); in STACK_OF() 618 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt); in STACK_OF() 662 idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, nm, &cnt); in STACK_OF() 766 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch); in X509_STORE_CTX_get1_issuer()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | x509_lu.c | 502 static int x509_object_idx_cnt(STACK_OF(X509_OBJECT) *h, X509_LOOKUP_TYPE type, in x509_object_idx_cnt() function 532 return x509_object_idx_cnt(h, type, name, NULL); in X509_OBJECT_idx_by_subject() 599 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt); in STACK_OF() 618 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt); in STACK_OF() 662 idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, nm, &cnt); in STACK_OF() 766 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch); in X509_STORE_CTX_get1_issuer()
|