HomeSort by relevance Sort by last modified time
    Searched refs:X509_LU_X509 (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/x509/
x509_lu.c 165 case X509_LU_X509:
216 if (a->type == X509_LU_X509)
346 obj->type=X509_LU_X509;
404 case X509_LU_X509:
417 case X509_LU_X509:
439 case X509_LU_X509:
496 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
504 if (!X509_STORE_get_by_subject(ctx, X509_LU_X509, nm, &xobj))
511 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt);
589 if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL)
    [all...]
by_dir.c 297 if (type == X509_LU_X509)
405 if (type == X509_LU_X509)
x509_vfy.h 119 #define X509_LU_X509 1
  /external/openssl/apps/
crl.c 258 i = X509_STORE_get_by_subject(&ctx, X509_LU_X509,
s_server.c 834 if (X509_STORE_get_by_subject(&inctx,X509_LU_X509,
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 119 #define X509_LU_X509 1

Completed in 87 milliseconds