Home
last modified time | relevance | path

Searched defs:pubkey_pem (Results 1 – 3 of 3) sorted by relevance

/external/tpm2-tss/test/integration/
Dfapi-ext-public-key.int.c53 char *pubkey_pem = in test_fapi_ext_public_key() local
Dfapi-quote.int.c52 char *pubkey_pem = NULL; in test_fapi_quote() local
/external/rust/crates/openssl/src/
Drsa.rs788 let pubkey_pem = keypair.public_key_to_pem_pkcs1().unwrap(); in test_public_key_to_pem_pkcs1() localVariable
796 let pubkey_pem = keypair.public_key_to_pem().unwrap(); in test_public_key_from_pem_pkcs1_generate_panic() localVariable
803 let pubkey_pem = keypair.public_key_to_pem_pkcs1().unwrap(); in test_pem_pkcs1_encrypt() localVariable
823 let pubkey_pem = keypair.public_key_to_pem_pkcs1().unwrap(); in test_pem_pkcs1_padding() localVariable