Home
last modified time | relevance | path

Searched refs:PrivateKeyReadPem (Results 1 – 10 of 10) sorted by relevance

/external/vboot_reference/host/linktest/
Dmain.c19 PrivateKeyReadPem(0, 0); in main()
/external/vboot_reference/host/lib/include/
Dhost_key.h26 VbPrivateKey* PrivateKeyReadPem(const char* filename, uint64_t algorithm);
/external/vboot_reference/futility/
Dcmd_vbutil_key.c91 privkey = PrivateKeyReadPem(infile, algorithm); in Pack()
Dcmd_vbutil_keyblock.c121 PrivateKeyReadPem(signprivate_pem, pem_algorithm); in Pack()
Dcmd_sign.c98 option.signprivate = PrivateKeyReadPem( in futil_cb_sign_pubkey()
/external/vboot_reference/host/lib/
Dhost_key.c23 VbPrivateKey* PrivateKeyReadPem(const char* filename, uint64_t algorithm) { in PrivateKeyReadPem() function
/external/vboot_reference/tests/
Dvb20_common2_tests.c150 private_key = PrivateKeyReadPem(filename, key_algorithm); in test_algorithm()
Dvboot_common2_tests.c223 private_key = PrivateKeyReadPem(filename, key_algorithm); in test_algorithm()
Dvboot_common3_tests.c294 signing_private_key = PrivateKeyReadPem(filename, in test_permutation()
Dvb20_common3_tests.c320 signing_private_key = PrivateKeyReadPem(filename, in test_permutation()