HomeSort by relevance Sort by last modified time
    Searched defs:detached (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/pkcs7/
dec.c 83 BIO *data,*detached=NULL,*p7bio=NULL; local
108 detached=BIO_new(BIO_s_file());
109 if (!BIO_read_filename(detached,argv[1]))
151 /* We cannot support detached encryption */
152 p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
verify.c 80 BIO *data,*detached=NULL,*p7bio=NULL; local
114 detached=BIO_new(BIO_s_file());
115 if (!BIO_read_filename(detached,argv[1]))
146 if ((PKCS7_get_detached(p7) || detached))
148 if (detached == NULL)
154 p7bio=PKCS7_dataInit(p7,detached);
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /external/openssl/include/openssl/
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /external/ppp/pppd/
main.c 148 int detached; /* have detached from terminal */ variable
800 if (detached)
823 detached = 1;
    [all...]

Completed in 139 milliseconds