/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
SubjectTest.java | 62 Subject subj = new Subject(); local 73 Object obj = Subject.doAs(subj, pa); 79 Object obj = Subject.doAs(subj, paNull); 89 Subject subj = new Subject(); local 100 Object obj = Subject.doAs(subj, pea); 106 Object obj = Subject.doAs(subj, peaNull); 114 Subject.doAs(subj, new PrivilegedExceptionAction<Object>(){ 130 Subject subj = new Subject(); local 142 Object obj = Subject.doAsPrivileged(subj, pa, acc); 148 Object obj = Subject.doAsPrivileged(subj, paNull, acc) 160 Subject subj = new Subject(); local 200 Subject subj = new Subject(); local 214 Subject subj = new Subject(); local 227 Subject subj = new Subject(); local [all...] |
/external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/ |
UnixLoginModuleTest.java | 45 Subject subj = new Subject(); local 49 lm.initialize(subj, cbh, sharedState, options); 75 Subject subj = new Subject(); local 77 lm.initialize(subj, null, shared, options); 79 lm.initialize(subj, cbh, null, options); 82 lm.initialize(subj, cbh, shared, null);
|
/build/tools/signapk/test/ |
run | 23 -subj "/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailAddress=android@android.com"
|
/development/tools/ |
make_key | 55 -days 10000 -subj "$2" &
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
req.c | 130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype, 188 char *subj = NULL; local 358 else if (strcmp(*argv,"-subj") == 0) 361 subj= *(++argv); 435 BIO_printf(bio_err," -subj arg set or modify request subject\n"); 816 i=make_REQ(req,pkey,subj,multirdn,!x509, chtype); 817 subj=NULL; /* done processing '-subj' option */ 905 if (subj && x509) 911 if (subj && !x509 1214 X509_NAME *subj; local 1387 X509_NAME *subj; local [all...] |
ca.c | 178 " -subj arg - Use arg instead of request's subject\n", 202 BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, 209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, 217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn, 224 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, 284 char *subj=NULL; local 363 else if (strcmp(*argv,"-subj") == 0) 366 subj= *(++argv); 1188 attribs,db, serial,subj,chtype,multirdn, 1214 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch [all...] |
/external/openssl/apps/ |
req.c | 130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype, 188 char *subj = NULL; local 358 else if (strcmp(*argv,"-subj") == 0) 361 subj= *(++argv); 435 BIO_printf(bio_err," -subj arg set or modify request subject\n"); 816 i=make_REQ(req,pkey,subj,multirdn,!x509, chtype); 817 subj=NULL; /* done processing '-subj' option */ 905 if (subj && x509) 911 if (subj && !x509 1214 X509_NAME *subj; local 1387 X509_NAME *subj; local [all...] |
ca.c | 178 " -subj arg - Use arg instead of request's subject\n", 202 BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, 209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, 217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn, 224 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, 284 char *subj=NULL; local 363 else if (strcmp(*argv,"-subj") == 0) 366 subj= *(++argv); 1188 attribs,db, serial,subj,chtype,multirdn, 1214 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
JarEntry.java | 167 X500Principal subj = x509.getSubjectX500Principal(); local 168 if (!prevIssuer.equals(subj)) {
|
/external/openssh/regress/ |
agent-pkcs11.sh | 34 -out $OBJ/pkcs11.crt -text -subj '/CN=pkcs11 test' > /dev/null
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 420 public TestInvalidX509Certificate(X500Principal subj, 422 super(subj, issuer); 439 public TestX509Certificate(X500Principal subj, X500Principal issuer) { 440 this.subject = subj;
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 421 public TestInvalidX509Certificate(X500Principal subj, 423 super(subj, issuer); 440 public TestX509Certificate(X500Principal subj, X500Principal issuer) { 441 this.subject = subj;
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_conf.c | 446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, 450 ctx->subject_cert = subj;
|
/external/openssl/crypto/x509v3/ |
v3_conf.c | 446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, 450 ctx->subject_cert = subj;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |