Symbol: X509_LU_X509
crypto/openssl/apps/crl.c
259
xobj = X509_STORE_CTX_get_obj_by_subject(ctx, X509_LU_X509,
crypto/openssl/apps/s_server.c
543
obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509, iname);
crypto/openssl/crypto/x509/by_dir.c
242
if (type == X509_LU_X509) {
crypto/openssl/crypto/x509/by_dir.c
332
if (type == X509_LU_X509) {
crypto/openssl/crypto/x509/by_store.c
249
case X509_LU_X509:
crypto/openssl/crypto/x509/x509_lu.c
169
case X509_LU_X509:
crypto/openssl/crypto/x509/x509_lu.c
401
obj->type = X509_LU_X509;
crypto/openssl/crypto/x509/x509_lu.c
452
case X509_LU_X509:
crypto/openssl/crypto/x509/x509_lu.c
462
if (a == NULL || a->type != X509_LU_X509)
crypto/openssl/crypto/x509/x509_lu.c
496
case X509_LU_X509:
crypto/openssl/crypto/x509/x509_lu.c
511
a->type = X509_LU_X509;
crypto/openssl/crypto/x509/x509_lu.c
543
case X509_LU_X509:
crypto/openssl/crypto/x509/x509_lu.c
669
idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
crypto/openssl/crypto/x509/x509_lu.c
676
i = ossl_x509_store_ctx_get_by_subject(ctx, X509_LU_X509, nm, NULL);
crypto/openssl/crypto/x509/x509_lu.c
682
idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
crypto/openssl/crypto/x509/x509_lu.c
758
if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL))
crypto/openssl/crypto/x509/x509_lu.c
765
if (x->type == X509_LU_X509) {
crypto/openssl/crypto/x509/x509_vfy.c
443
ret = ossl_x509_store_ctx_get_by_subject(ctx, X509_LU_X509, xn, obj);
crypto/openssl/test/threadstest.c
1325
obj = X509_STORE_CTX_get_obj_by_subject(ctx, X509_LU_X509, name);
crypto/openssl/test/x509_load_cert_file_test.c
36
if (!TEST_int_eq(X509_OBJECT_get_type(obj), X509_LU_X509))