/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/ |
CERT.py | 55 @ivar certificate_type: certificate type 56 @type certificate_type: int 65 __slots__ = ['certificate_type', 'key_tag', 'algorithm', 'certificate'] 67 def __init__(self, rdclass, rdtype, certificate_type, key_tag, algorithm, 70 self.certificate_type = certificate_type 76 certificate_type = _ctype_to_text(self.certificate_type) 77 return "%s %d %s %s" % (certificate_type, self.key_tag, 82 certificate_type = _ctype_from_text(tok.get_string() [all...] |
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
racoon.conf | 9 certificate_type x509 "server.crt" "server.key";
|
racoon.conf-radius | 9 certificate_type x509 "server.crt" "server.key";
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-inherit | 16 certificate_type x509 "my.cert.pem" "my.key.pem";
|
racoon.conf.in | 60 certificate_type x509 "my.cert.pem" "my.key.pem"; 83 #certificate_type x509 "mycert" "mypriv";
|
racoon.conf.sample-plainrsa | 22 certificate_type plain_rsa "privatekey.rsa";
|
racoon.conf.sample | 27 #certificate_type x509 "foo@kame.net.cert" "foo@kame.net.priv" ;
|
racoon.conf.sample-natt | 66 certificate_type x509 "your-host.cert.pem" "your-host.key.pem";
|
/external/ipsec-tools/src/racoon/ |
cfparse.h | 126 CERTIFICATE_TYPE = 342, 291 #define CERTIFICATE_TYPE 342
|
cftoken.l | 323 <S_RMTS>certificate_type { YYD; return(CERTIFICATE_TYPE); }
|
cfparse.y | 216 %token CERTIFICATE_TYPE CERTTYPE PEERS_CERTFILE CA_TYPE [all...] |
racoon.conf.5 | 498 .It Ic certificate_type Ar certspec ; [all...] |
/system/tpm/attestation/server/ |
pkcs11_key_store.cc | 361 CK_CERTIFICATE_TYPE certificate_type = CKC_X_509; local 368 {CKA_CERTIFICATE_TYPE, &certificate_type, sizeof(certificate_type)}, 425 CK_CERTIFICATE_TYPE certificate_type = CKC_X_509; local 432 {CKA_CERTIFICATE_TYPE, &certificate_type, sizeof(certificate_type)},
|
/external/ipsec-tools/src/racoon/doc/ |
README.plainrsa | 79 certificate_type plain_rsa "/etc/racoon/boston.priv";
|