Searched refs:unwrapped_key (Results 1 – 2 of 2) sorted by relevance
180 std::unique_ptr<uint8_t[]> unwrapped_key( in SetWrappedAttestationKey() local182 if (!unwrapped_key) { in SetWrappedAttestationKey()187 request.key_data.buffer_size(), unwrapped_key.get(), in SetWrappedAttestationKey()201 key_slot, unwrapped_key.get(), unwrapped_key_size); in SetWrappedAttestationKey()
145 let unwrapped_key = keybox::keybox_unwrap(key_data)?; in set_wrapped_attestation_key() localVariable146 provision_attestation_key_file(algorithm, &unwrapped_key) in set_wrapped_attestation_key()