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:
214 if (a->type == X509_LU_X509)
344 obj->type=X509_LU_X509;
402 case X509_LU_X509:
415 case X509_LU_X509:
436 case X509_LU_X509:
469 if (x->type != X509_LU_X509) return sk_X509_OBJECT_value(h, idx);
475 if ((x->type != X509_LU_X509) || !X509_cmp(obj->data.x509, x->data.x509))
499 ok=X509_STORE_get_by_subject(ctx,X509_LU_X509,xn,&obj);
500 if (ok != X509_LU_X509)
    [all...]
by_dir.c 270 if (type == X509_LU_X509)
346 if (type == X509_LU_X509)
x509_vfy.h 117 #define X509_LU_X509 1
  /external/openssl/apps/
crl.c 258 i = X509_STORE_get_by_subject(&ctx, X509_LU_X509,
s_server.c 678 if (X509_STORE_get_by_subject(&inctx,X509_LU_X509,
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 117 #define X509_LU_X509 1

Completed in 526 milliseconds