Searched defs:nonce (Results 1 – 6 of 6) sorted by relevance
75 auto nonce = getNonce(); in beginHandshake() local
156 struct rpmb_nonce* nonce, in rpmb_check_response()243 struct rpmb_nonce nonce = rpmb_nonce_init(); in rpmb_read_counter() local301 struct rpmb_nonce nonce = rpmb_nonce_init(); in rpmb_read_data() local
54 struct rpmb_nonce nonce; member
109 std::span<const uint8_t> nonce, in hwaesDecryptAesGcmInPlace()
693 const std::vector<uint8_t>& nonce, in encryptAesGcm()939 std::span<const uint8_t> nonce, in decryptAesGcmInPlace()
170 let nonce: [u8; aes::GCM_NONCE_SIZE] = encrypted_keyblob in convert_key() localVariable