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

  /system/extras/verity/
generate_verity_key.c 61 static int convert_x509(const char *pem_file, const char *key_file)
69 if (!pem_file || !key_file) {
73 f = fopen(pem_file, "r");
75 printf("Failed to open '%s'\n", pem_file);
81 printf("Failed to read PEM certificate from file '%s'\n", pem_file);
87 printf("Failed to extract public key from certificate '%s'\n", pem_file);
93 printf("Failed to get the RSA public key from '%s'\n", pem_file);
  /system/ca-certificates/google/
extract_from_pem.py 62 parser.add_argument('--pem_file', nargs='?', default='roots.pem')
66 assert os.path.isdir(args.output_dir) and os.path.isfile(args.pem_file)
73 with open(args.pem_file) as pem_file:
75 pem_certs = re.findall(pattern, pem_file.read())
  /external/autotest/client/cros/
tpm_store.py 60 pem_file = tempfile.NamedTemporaryFile()
61 pem_file.file.write(pem)
62 pem_file.file.flush()
65 (self.OPENSSL_COMMAND, conversion_type, pem_file.name,
  /external/vboot_reference/host/lib/
host_signature.c 160 /* Invoke [external_signer] command with [pem_file] as
169 const char* pem_file,
179 external_signer, pem_file));
238 if (execl(external_signer, external_signer, pem_file, (char *) 0) < 0) {
  /external/wpa_supplicant_8/hs20/client/
est.c 31 size_t len, char *pem_file, char *der_file)
90 if (pem_file) {
93 BIO_write_filename(out, pem_file) <= 0)

Completed in 369 milliseconds