Lines Matching refs:LOG_ERR

57 		LOG_ERR("command too large for command buffer");  in ataes132a_send_command()
100 LOG_ERR("incorrect CRC command"); in ataes132a_send_command()
105 LOG_ERR("expected response is not in place"); in ataes132a_send_command()
125 LOG_ERR("response crc validation rebase" in ataes132a_send_command()
145 LOG_ERR("command execution error %x", in ataes132a_send_command()
170 LOG_ERR("Bus device is not ready"); in ataes132a_init()
201 LOG_ERR("Parameter cannot be null"); in ataes132a_aes_ccm_decrypt()
206 LOG_ERR("Parameter cannot be null"); in ataes132a_aes_ccm_decrypt()
215 LOG_ERR("key %x external mode disabled", key_id); in ataes132a_aes_ccm_decrypt()
220 LOG_ERR("ccm mode only accepts input blocks of 16" in ataes132a_aes_ccm_decrypt()
226 LOG_ERR("ccm mode cannot generate more than" in ataes132a_aes_ccm_decrypt()
276 LOG_ERR("nonce command ended with code %d", in ataes132a_aes_ccm_decrypt()
283 LOG_ERR("nonce command failed with error" in ataes132a_aes_ccm_decrypt()
351 LOG_ERR("decrypt command ended with code %d", return_code); in ataes132a_aes_ccm_decrypt()
357 LOG_ERR("decrypt command response has invalid" in ataes132a_aes_ccm_decrypt()
364 LOG_ERR("legacy command failed with error" in ataes132a_aes_ccm_decrypt()
371 LOG_ERR("decrypted output data size %d and expected data" in ataes132a_aes_ccm_decrypt()
407 LOG_ERR("Parameter cannot be null"); in ataes132a_aes_ccm_encrypt()
412 LOG_ERR("Parameter cannot be null"); in ataes132a_aes_ccm_encrypt()
420 LOG_ERR("key %x external mode disabled", key_id); in ataes132a_aes_ccm_encrypt()
425 LOG_ERR("only up to 32 bytes accepted for ccm mode"); in ataes132a_aes_ccm_encrypt()
474 LOG_ERR("nonce command ended with code %d", in ataes132a_aes_ccm_encrypt()
481 LOG_ERR("nonce command failed with error" in ataes132a_aes_ccm_encrypt()
530 LOG_ERR("encrypt command ended with code %d", return_code); in ataes132a_aes_ccm_encrypt()
536 LOG_ERR("encrypt command response has invalid" in ataes132a_aes_ccm_encrypt()
543 LOG_ERR("encrypt command failed with error" in ataes132a_aes_ccm_encrypt()
565 LOG_ERR("info command failed with error" in ataes132a_aes_ccm_encrypt()
592 LOG_ERR("Parameter cannot be null"); in ataes132a_aes_ecb_block()
598 LOG_ERR("input block cannot be above 16 bytes"); in ataes132a_aes_ecb_block()
606 LOG_ERR("legacy mode disabled"); in ataes132a_aes_ecb_block()
611 LOG_ERR("key %x legacy mode disabled", key_id); in ataes132a_aes_ecb_block()
644 LOG_ERR("legacy command ended with code %d", return_code); in ataes132a_aes_ecb_block()
650 LOG_ERR("legacy command response has invalid" in ataes132a_aes_ecb_block()
656 LOG_ERR("legacy command failed with error" in ataes132a_aes_ecb_block()
691 LOG_ERR("Not enough space available in out buffer."); in do_ccm_encrypt_mac()
697 LOG_ERR("Not enough space available in out buffer."); in do_ccm_encrypt_mac()
708 LOG_ERR("Associated data is not supported."); in do_ccm_encrypt_mac()
740 LOG_ERR("Not enough space available in out buffer."); in do_ccm_decrypt_auth()
746 LOG_ERR("Not enough space available in out buffer."); in do_ccm_decrypt_auth()
753 LOG_ERR("Associated data is not supported."); in do_ccm_decrypt_auth()
775 LOG_ERR("Not enough space available in out buffer."); in do_block()
806 LOG_ERR("Session in progress"); in ataes132a_session_setup()
811 LOG_ERR("ATAES132A support 16 byte tag only."); in ataes132a_session_setup()
816 LOG_ERR("ATAES132A support 12 byte nonce only."); in ataes132a_session_setup()
830 LOG_ERR("ATAES132A unsupported algorithm"); in ataes132a_session_setup()
836 LOG_ERR("Async not supported by this driver"); in ataes132a_session_setup()
841 LOG_ERR("ATAES132A unsupported key size"); in ataes132a_session_setup()
854 LOG_ERR("ATAES132A unsupported mode"); in ataes132a_session_setup()
866 LOG_ERR("ATAES132A unsupported mode"); in ataes132a_session_setup()