Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 6 of 6) sorted by relevance

/trusty/user/app/confirmationui/src/
Dsecure_input_tracker.cpp75 auto nonce = getNonce(); in beginHandshake() local
/trusty/user/app/storage/
Drpmb.c156 struct rpmb_nonce* nonce, in rpmb_check_response()
243 struct rpmb_nonce nonce = rpmb_nonce_init(); in rpmb_read_counter() local
301 struct rpmb_nonce nonce = rpmb_nonce_init(); in rpmb_read_data() local
Drpmb_protocol.h54 struct rpmb_nonce nonce; member
/trusty/user/base/lib/apploader_package/
Dpackage.cpp109 std::span<const uint8_t> nonce, in hwaesDecryptAesGcmInPlace()
Dcose.cpp693 const std::vector<uint8_t>& nonce, in encryptAesGcm()
939 std::span<const uint8_t> nonce, in decryptAesGcmInPlace()
/trusty/user/app/keymint/keys/
Dlegacy.rs170 let nonce: [u8; aes::GCM_NONCE_SIZE] = encrypted_keyblob in convert_key() localVariable