Searched refs:x509_object_idx_cnt (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/x509/ |
D | x509_lu.c | 426 static int x509_object_idx_cnt(STACK_OF(X509_OBJECT) *h, int type, in x509_object_idx_cnt() function 476 return x509_object_idx_cnt(h, type, name, NULL); in X509_OBJECT_idx_by_subject() 496 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF() 511 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt); in STACK_OF() 546 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt); in STACK_OF() 558 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_CRL, nm, &cnt); in STACK_OF()
|