Home
last modified time | relevance | path

Searched refs:X509_LU_X509 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_lu.c170 case X509_LU_X509: in x509_object_cmp()
221 if (a->type == X509_LU_X509) in cleanup()
356 obj->type=X509_LU_X509; in X509_STORE_add_cert()
414 case X509_LU_X509: in X509_OBJECT_up_ref_count()
427 case X509_LU_X509: in X509_OBJECT_free_contents()
448 case X509_LU_X509: in x509_object_idx_cnt()
511 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
519 if (!X509_STORE_get_by_subject(ctx, X509_LU_X509, nm, &xobj)) in STACK_OF()
526 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt); in STACK_OF()
602 if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL)) in X509_OBJECT_retrieve_match()
[all …]
Dby_dir.c298 if (type == X509_LU_X509) in get_cert_by_subject()
409 if (type == X509_LU_X509) in get_cert_by_subject()
/external/boringssl/src/include/openssl/
Dx509_vfy.h114 #define X509_LU_X509 1 macro