Lines Matching refs:flow_log

643 	flow_log("%s()\n", __func__);  in spum_create_request()
644 flow_log(" in:%u authFirst:%u\n", in spum_create_request()
646 flow_log(" %s. cipher alg:%u mode:%u type %u\n", in spum_create_request()
649 flow_log(" key: %d\n", cipher_parms->key_len); in spum_create_request()
651 flow_log(" iv: %d\n", cipher_parms->iv_len); in spum_create_request()
653 flow_log(" auth alg:%u mode:%u type %u\n", in spum_create_request()
655 flow_log(" digestsize: %u\n", hash_parms->digestsize); in spum_create_request()
656 flow_log(" authkey: %d\n", hash_parms->key_len); in spum_create_request()
658 flow_log(" assoc_size:%u\n", aead_parms->assoc_size); in spum_create_request()
659 flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len); in spum_create_request()
660 flow_log(" data_size:%u\n", data_size); in spum_create_request()
661 flow_log(" hash_pad_len:%u\n", hash_parms->pad_len); in spum_create_request()
662 flow_log(" real_db_size:%u\n", real_db_size); in spum_create_request()
663 flow_log(" auth_offset:%u auth_len:%u cipher_offset:%u cipher_len:%u\n", in spum_create_request()
665 flow_log(" aead_iv: %u\n", aead_parms->iv_len); in spum_create_request()
843 flow_log("%s()\n", __func__); in spum_cipher_req_init()
844 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spum_cipher_req_init()
846 flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len); in spum_cipher_req_init()
847 flow_log(" key: %d\n", cipher_parms->key_len); in spum_cipher_req_init()
938 flow_log("%s()\n", __func__); in spum_cipher_req_finish()
939 flow_log(" in: %u\n", is_inbound); in spum_cipher_req_finish()
940 flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg, in spum_cipher_req_finish()
953 flow_log(" iv len: %d\n", cipher_parms->iv_len); in spum_cipher_req_finish()
955 flow_log(" data_size: %u\n", data_size); in spum_cipher_req_finish()
1038 flow_log(" GCM: padding to 16 byte alignment: %u bytes\n", in spum_request_pad()
1068 flow_log(" STAT: padding to 4 byte alignment: %u bytes\n", in spum_request_pad()
1121 flow_log("SPU response STATUS %#08x\n", status); in spum_status_process()