Searched refs:new_key (Results 1 – 2 of 2) sorted by relevance
56 RSA* new_key = nullptr; in LLVMFuzzerTestOneInput() local57 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()
365 let new_key = PublicKey::from_cose_key(&value).unwrap(); in to_and_from_cose_key() localVariable366 assert!(key.pkey().public_eq(new_key.pkey())); in to_and_from_cose_key()