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

  /external/openssl/crypto/x509/
x509_lu.c 168 case X509_LU_CRL:
220 else if (a->type == X509_LU_CRL)
301 if (tmp == NULL || type == X509_LU_CRL)
379 obj->type=X509_LU_CRL;
407 case X509_LU_CRL:
420 case X509_LU_CRL:
444 case X509_LU_CRL:
546 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
551 if (!X509_STORE_get_by_subject(ctx, X509_LU_CRL, nm, &xobj))
558 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_CRL, nm, &cnt)
    [all...]
by_dir.c 304 else if (type == X509_LU_CRL)
338 if (type == X509_LU_CRL && ent->hashes)
411 else if (type == X509_LU_CRL)
432 if (type == X509_LU_CRL)
x509_vfy.h 120 #define X509_LU_CRL 2
  /external/openssl/include/openssl/
x509_vfy.h 120 #define X509_LU_CRL 2

Completed in 418 milliseconds