Lines Matching refs:flow_log
641 flow_log("%s()\n", __func__); in spum_create_request()
642 flow_log(" in:%u authFirst:%u\n", in spum_create_request()
644 flow_log(" %s. cipher alg:%u mode:%u type %u\n", in spum_create_request()
647 flow_log(" key: %d\n", cipher_parms->key_len); in spum_create_request()
649 flow_log(" iv: %d\n", cipher_parms->iv_len); in spum_create_request()
651 flow_log(" auth alg:%u mode:%u type %u\n", in spum_create_request()
653 flow_log(" digestsize: %u\n", hash_parms->digestsize); in spum_create_request()
654 flow_log(" authkey: %d\n", hash_parms->key_len); in spum_create_request()
656 flow_log(" assoc_size:%u\n", aead_parms->assoc_size); in spum_create_request()
657 flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len); in spum_create_request()
658 flow_log(" data_size:%u\n", data_size); in spum_create_request()
659 flow_log(" hash_pad_len:%u\n", hash_parms->pad_len); in spum_create_request()
660 flow_log(" real_db_size:%u\n", real_db_size); in spum_create_request()
661 flow_log(" auth_offset:%u auth_len:%u cipher_offset:%u cipher_len:%u\n", in spum_create_request()
663 flow_log(" aead_iv: %u\n", aead_parms->iv_len); in spum_create_request()
841 flow_log("%s()\n", __func__); in spum_cipher_req_init()
842 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spum_cipher_req_init()
844 flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len); in spum_cipher_req_init()
845 flow_log(" key: %d\n", cipher_parms->key_len); in spum_cipher_req_init()
936 flow_log("%s()\n", __func__); in spum_cipher_req_finish()
937 flow_log(" in: %u\n", is_inbound); in spum_cipher_req_finish()
938 flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg, in spum_cipher_req_finish()
951 flow_log(" iv len: %d\n", cipher_parms->iv_len); in spum_cipher_req_finish()
953 flow_log(" data_size: %u\n", data_size); in spum_cipher_req_finish()
1036 flow_log(" GCM: padding to 16 byte alignment: %u bytes\n", in spum_request_pad()
1066 flow_log(" STAT: padding to 4 byte alignment: %u bytes\n", in spum_request_pad()
1119 flow_log("SPU response STATUS %#08x\n", status); in spum_status_process()