X509_LU_X509
xobj = X509_STORE_CTX_get_obj_by_subject(ctx, X509_LU_X509,
obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509, iname);
if (type == X509_LU_X509) {
if (type == X509_LU_X509) {
case X509_LU_X509:
case X509_LU_X509:
obj->type = X509_LU_X509;
case X509_LU_X509:
if (a == NULL || a->type != X509_LU_X509)
case X509_LU_X509:
a->type = X509_LU_X509;
case X509_LU_X509:
idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
i = ossl_x509_store_ctx_get_by_subject(ctx, X509_LU_X509, nm, NULL);
idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL))
if (x->type == X509_LU_X509) {
ret = ossl_x509_store_ctx_get_by_subject(ctx, X509_LU_X509, xn, obj);
obj = X509_STORE_CTX_get_obj_by_subject(ctx, X509_LU_X509, name);
if (!TEST_int_eq(X509_OBJECT_get_type(obj), X509_LU_X509))