Lines Matching refs:CHECK
91 CHECK(!pswd.empty()); in PairingAuthCtx()
140 CHECK(!their_msg.empty()); in InitCipher()
141 CHECK(!cipher_); in InitCipher()
167 CHECK(cipher_); in Encrypt()
168 CHECK(!data.empty()); in Encrypt()
183 CHECK(cipher_); in Decrypt()
184 CHECK(!data.empty()); in Decrypt()
200 CHECK(cipher_); in SafeEncryptedSize()
205 CHECK(cipher_); in SafeDecryptedSize()
210 CHECK(pswd); in pairing_auth_server_new()
214 CHECK(!ret->msg().empty()); in pairing_auth_server_new()
219 CHECK(pswd); in pairing_auth_client_new()
223 CHECK(!ret->msg().empty()); in pairing_auth_client_new()
228 CHECK(ctx); in pairing_auth_msg_size()
233 CHECK(ctx); in pairing_auth_get_spake2_msg()
234 CHECK(out_buf); in pairing_auth_get_spake2_msg()
240 CHECK(ctx); in pairing_auth_init_cipher()
241 CHECK(their_msg); in pairing_auth_init_cipher()
249 CHECK(ctx); in pairing_auth_safe_encrypted_size()
255 CHECK(ctx); in pairing_auth_encrypt()
256 CHECK(inbuf); in pairing_auth_encrypt()
257 CHECK(outbuf); in pairing_auth_encrypt()
258 CHECK(outlen); in pairing_auth_encrypt()
273 CHECK(ctx); in pairing_auth_safe_decrypted_size()
274 CHECK(buf); in pairing_auth_safe_decrypted_size()
282 CHECK(ctx); in pairing_auth_decrypt()
283 CHECK(inbuf); in pairing_auth_decrypt()
284 CHECK(outbuf); in pairing_auth_decrypt()
285 CHECK(outlen); in pairing_auth_decrypt()
300 CHECK(ctx); in pairing_auth_destroy()