Home
last modified time | relevance | path

Searched refs:new_key (Results 1 – 2 of 2) sorted by relevance

/tools/security/fuzzing/system_fuzzers/libcrypto_utils/
Dlibcrypto_utils_fuzzer.cpp56 RSA* new_key = nullptr; in LLVMFuzzerTestOneInput() local
57 android_pubkey_decode(buffer, sizeof(uint8_t)*ANDROID_PUBKEY_ENCODED_SIZE, &new_key); in LLVMFuzzerTestOneInput()
60 android_pubkey_encode(new_key, key_data, sizeof(key_data)); in LLVMFuzzerTestOneInput()
64 RSA_free(new_key); in LLVMFuzzerTestOneInput()
/tools/security/remote_provisioning/hwtrust/src/cbor/
Dpublickey.rs365 let new_key = PublicKey::from_cose_key(&value).unwrap(); in to_and_from_cose_key() localVariable
366 assert!(key.pkey().public_eq(new_key.pkey())); in to_and_from_cose_key()