/prebuilts/go/linux-x86/src/crypto/rsa/ |
pss_test.go | 176 // Generated with `echo -n testing | openssl dgst -sign key.pem -sigopt rsa_padding_mode:pss -sha256 > sig`
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_server_test.go | 13 "encoding/pem" 411 // expectedPeerCerts contains a list of PEM blocks of expected 563 block, _ := pem.Decode([]byte(test.expectedPeerCerts[i])) 917 // cert.pem and key.pem were generated with generate_cert.go [all...] |
/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 193 "encoding/pem",
|
/external/boringssl/src/crypto/pem/ |
pem_lib.c | 1 /* crypto/pem/pem_lib.c */ 70 #include <openssl/pem.h> 131 OPENSSL_PUT_ERROR(PEM, ERR_R_BUF_LIB); 274 OPENSSL_PUT_ERROR(PEM, ERR_R_BUF_LIB); 301 OPENSSL_PUT_ERROR(PEM, PEM_R_UNSUPPORTED_CIPHER); 308 OPENSSL_PUT_ERROR(PEM, ERR_R_ASN1_LIB); 317 OPENSSL_PUT_ERROR(PEM, ERR_R_MALLOC_FAILURE); 335 OPENSSL_PUT_ERROR(PEM, PEM_R_READ_KEY); 407 OPENSSL_PUT_ERROR(PEM, PEM_R_BAD_PASSWORD_READ); 427 OPENSSL_PUT_ERROR(PEM, PEM_R_BAD_DECRYPT) [all...] |
/external/wpa_supplicant_8/hs20/client/ |
est.c | 12 #include <openssl/pem.h> 183 res = pkcs7_to_cert(ctx, pkcs7, pkcs7_len, "Cert/est-cacerts.pem", 650 "SP/%s/client-cert.pem", ctx->fqdn); 654 res = generate_csr(ctx, "Cert/privkey-plain.pem", "Cert/est-req.pem", 699 "SP/%s/client-cert.pem", ctx->fqdn); 702 "SP/%s/client-key.pem", ctx->fqdn); 747 res = pkcs7_to_cert(ctx, pkcs7, pkcs7_len, "Cert/est_cert.pem",
|
osu_client.c | 191 char *der, *pem; local 231 os_snprintf(buf, sizeof(buf), "SP/%s/client-ca.pem", fqdn); 232 if (rename("Cert/est-cacerts.pem", buf) < 0) { 233 wpa_printf(MSG_INFO, "Could not move est-cacerts.pem to client-ca.pem: %s", 237 pem = os_readfile(buf, &pem_len); 239 os_snprintf(buf, sizeof(buf), "SP/%s/client-cert.pem", fqdn); 240 if (rename("Cert/est_cert.pem", buf) < 0) { 241 wpa_printf(MSG_INFO, "Could not move est_cert.pem to client-cert.pem: %s" [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
verify_test.go | 9 "encoding/pem" 293 block, _ := pem.Decode([]byte(pemBytes)) 295 return nil, errors.New("failed to decode PEM") [all...] |
x509.go | 20 "encoding/pem" 37 // typically found in PEM blocks with "BEGIN PUBLIC KEY". [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
verify_test.go | 9 "encoding/pem" 293 block, _ := pem.Decode([]byte(pemBytes)) 295 return nil, errors.New("failed to decode PEM") [all...] |
x509.go | 20 "encoding/pem" 37 // typically found in PEM blocks with "BEGIN PUBLIC KEY". [all...] |
/system/update_engine/payload_generator/ |
payload_signer.cc | 29 #include <openssl/pem.h>
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
wifi_test_utils.py | 741 The input file must have the extension "pem". The output file must 749 cmd = ("openssl pkcs8 -inform PEM -in {} -outform DER -out {} -nocrypt"
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
httpserver.py | 367 cntx.use_privatekey_file("host.pem") 368 cntx.use_certificate_file("host.pem") [all...] |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/ |
bcprov-jdk16-1.46.jar | |
/external/boringssl/src/ssl/test/runner/ |
runner.go | 9 "encoding/pem" 43 rsaCertificateFile = "cert.pem" 44 ecdsaCertificateFile = "ecdsa_cert.pem" 48 rsaKeyFile = "key.pem" 49 ecdsaKeyFile = "ecdsa_key.pem" 50 channelIDKeyFile = "channel_id_key.pem" 80 channelIDDERBlock, _ := pem.Decode(channelIDPEMBlock) [all...] |
/external/ipsec-tools/src/racoon/ |
eaytest.c | 52 #include <openssl/pem.h>
|
/device/google/marlin/common/ |
base.mk | 620 CRDA += linville.key.pub.pem
|
/prebuilts/go/darwin-x86/src/net/http/ |
server.go | [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
server.go | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/ |
layer1.py | [all...] |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/go/darwin-x86/src/encoding/pem/ |
pem_test.go | 5 package pem package
|