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()
840 flow_log("%s()\n", __func__); in spum_cipher_req_init()
841 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spum_cipher_req_init()
843 flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len); in spum_cipher_req_init()
844 flow_log(" key: %d\n", cipher_parms->key_len); in spum_cipher_req_init()
931 flow_log("%s()\n", __func__); in spum_cipher_req_finish()
932 flow_log(" in: %u\n", is_inbound); in spum_cipher_req_finish()
933 flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg, in spum_cipher_req_finish()
946 flow_log(" iv len: %d\n", cipher_parms->iv_len); in spum_cipher_req_finish()
948 flow_log(" data_size: %u\n", data_size); in spum_cipher_req_finish()
1031 flow_log(" GCM: padding to 16 byte alignment: %u bytes\n", in spum_request_pad()
1061 flow_log(" STAT: padding to 4 byte alignment: %u bytes\n", in spum_request_pad()
1114 flow_log("SPU response STATUS %#08x\n", status); in spum_status_process()