Symbol: flow_log
drivers/crypto/bcm/cipher.c
1004
flow_log("%s() blocksize:%u digestsize:%u\n",
drivers/crypto/bcm/cipher.c
1118
flow_log("stat_pad_len %u\n", stat_pad_len);
drivers/crypto/bcm/cipher.c
1284
flow_log("%s: chunksize %u\n", __func__, chunksize);
drivers/crypto/bcm/cipher.c
1422
flow_log("%s()-sent chunksize:%u\n", __func__, chunksize);
drivers/crypto/bcm/cipher.c
1536
flow_log("payload_len %u\n", payload_len);
drivers/crypto/bcm/cipher.c
1554
flow_log("copying ICV to dst sg at offset %u\n", icv_offset);
drivers/crypto/bcm/cipher.c
1605
flow_log("%s() err:%d\n\n", __func__, err);
drivers/crypto/bcm/cipher.c
1714
flow_log("%s() enc:%u\n", __func__, encrypt);
drivers/crypto/bcm/cipher.c
1822
flow_log("skcipher_setkey() keylen: %d\n", keylen);
drivers/crypto/bcm/cipher.c
1861
flow_log("%s: iv_len %u\n", __func__, cipher_parms.iv_len);
drivers/crypto/bcm/cipher.c
1886
flow_log("skcipher_encrypt() nbytes:%u\n", req->cryptlen);
drivers/crypto/bcm/cipher.c
1893
flow_log("skcipher_decrypt() nbytes:%u\n", req->cryptlen);
drivers/crypto/bcm/cipher.c
1905
flow_log("ahash_enqueue() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
1926
flow_log("Doing %sfinal %s zero-len hash request in software\n",
drivers/crypto/bcm/cipher.c
1932
flow_log("Hash request failed with error %d\n", err);
drivers/crypto/bcm/cipher.c
1960
flow_log("%s()\n", __func__);
drivers/crypto/bcm/cipher.c
2074
flow_log("ahash_update() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2132
flow_log("ahash_final() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2169
flow_log("ahash_finup() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2236
flow_log("ahash_digest() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2251
flow_log("%s() ahash:%p key:%p keylen:%u\n",
drivers/crypto/bcm/cipher.c
2320
flow_log("%s() ahash:%p key:%p keylen:%u blksz:%u digestsz:%u\n",
drivers/crypto/bcm/cipher.c
2377
flow_log(" keylen > digestsize... hashed\n");
drivers/crypto/bcm/cipher.c
2420
flow_log("ahash_hmac_init()\n");
drivers/crypto/bcm/cipher.c
2442
flow_log("ahash_hmac_update() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2452
flow_log("ahash_hmac_final() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2459
flow_log("ahash_hmac_finupl() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2472
flow_log("ahash_hmac_digest() nbytes:%u\n", req->nbytes);
drivers/crypto/bcm/cipher.c
2519
flow_log("AES GCM/CCM needs fallback for 0 len req\n");
drivers/crypto/bcm/cipher.c
2529
flow_log("%s() AES CCM needs fallback for digest size %d\n",
drivers/crypto/bcm/cipher.c
2541
flow_log("%s() AES_CCM needs fallback for 0 len AAD on NSP\n",
drivers/crypto/bcm/cipher.c
2554
flow_log("RFC4106/RFC4543 needs fallback for assoclen"
drivers/crypto/bcm/cipher.c
2563
flow_log("%s() payload len: %u\n", __func__, payload_len);
drivers/crypto/bcm/cipher.c
2579
flow_log("%s() enc:%u\n", __func__, is_encrypt);
drivers/crypto/bcm/cipher.c
2603
flow_log("%s() enc:%u\n", __func__, is_encrypt);
drivers/crypto/bcm/cipher.c
2675
flow_log(" src sg: %p\n", req->src);
drivers/crypto/bcm/cipher.c
2676
flow_log(" rctx->src_sg: %p, src_skip %u\n",
drivers/crypto/bcm/cipher.c
2678
flow_log(" assoc: %p, assoclen %u\n", rctx->assoc, req->assoclen);
drivers/crypto/bcm/cipher.c
2679
flow_log(" dst sg: %p\n", req->dst);
drivers/crypto/bcm/cipher.c
2680
flow_log(" rctx->dst_sg: %p, dst_skip %u\n",
drivers/crypto/bcm/cipher.c
2682
flow_log(" iv_ctr_len:%u\n", rctx->iv_ctr_len);
drivers/crypto/bcm/cipher.c
2684
flow_log(" authkeylen:%u\n", ctx->authkeylen);
drivers/crypto/bcm/cipher.c
2685
flow_log(" is_esp: %s\n", str_yes_no(ctx->is_esp));
drivers/crypto/bcm/cipher.c
2688
flow_log(" max_payload infinite");
drivers/crypto/bcm/cipher.c
2690
flow_log(" max_payload: %u\n", ctx->max_payload);
drivers/crypto/bcm/cipher.c
2726
flow_log("%s() aead:%p key:%p keylen:%u\n", __func__, cipher, key,
drivers/crypto/bcm/cipher.c
2779
flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen,
drivers/crypto/bcm/cipher.c
2786
flow_log(" running fallback setkey()\n");
drivers/crypto/bcm/cipher.c
2793
flow_log(" fallback setkey() returned:%d\n", ret);
drivers/crypto/bcm/cipher.c
2821
flow_log("%s() keylen:%u\n", __func__, keylen);
drivers/crypto/bcm/cipher.c
2846
flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen,
drivers/crypto/bcm/cipher.c
2853
flow_log(" running fallback setkey()\n");
drivers/crypto/bcm/cipher.c
2861
flow_log(" fallback setkey() returned:%d\n", ret);
drivers/crypto/bcm/cipher.c
2870
flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen,
drivers/crypto/bcm/cipher.c
2899
flow_log("%s\n", __func__);
drivers/crypto/bcm/cipher.c
2931
flow_log("%s\n", __func__);
drivers/crypto/bcm/cipher.c
2964
flow_log("%s\n", __func__);
drivers/crypto/bcm/cipher.c
2984
flow_log("%s() authkeylen:%u authsize:%u\n",
drivers/crypto/bcm/cipher.c
2991
flow_log(" running fallback setauth()\n");
drivers/crypto/bcm/cipher.c
2995
flow_log(" fallback setauth() returned:%d\n", ret);
drivers/crypto/bcm/cipher.c
3003
flow_log("%s() cryptlen:%u %08x\n", __func__, req->cryptlen,
drivers/crypto/bcm/cipher.c
3006
flow_log(" assoc_len:%u\n", req->assoclen);
drivers/crypto/bcm/cipher.c
3013
flow_log("%s() cryptlen:%u\n", __func__, req->cryptlen);
drivers/crypto/bcm/cipher.c
3015
flow_log(" assoc_len:%u\n", req->assoclen);
drivers/crypto/bcm/cipher.c
321
flow_log("%s\n", __func__);
drivers/crypto/bcm/cipher.c
389
flow_log("max_payload infinite\n");
drivers/crypto/bcm/cipher.c
391
flow_log("max_payload %u\n", ctx->max_payload);
drivers/crypto/bcm/cipher.c
393
flow_log("sent:%u start:%u remains:%u size:%u\n",
drivers/crypto/bcm/cipher.c
4092
flow_log("%s()\n", __func__);
drivers/crypto/bcm/cipher.c
4118
flow_log("%s()\n", __func__);
drivers/crypto/bcm/cipher.c
4136
flow_log("%s()\n", __func__);
drivers/crypto/bcm/cipher.c
4160
flow_log("%s()\n", __func__);
drivers/crypto/bcm/cipher.c
4176
flow_log("%s() creating fallback cipher\n", __func__);
drivers/crypto/bcm/cipher.c
491
flow_log("%s() offset: %u, bd_len: %u BD:\n",
drivers/crypto/bcm/cipher.c
691
flow_log("total_todo %u, total_sent %u\n",
drivers/crypto/bcm/cipher.c
747
flow_log("Exiting with hash carry len: %u\n",
drivers/crypto/bcm/cipher.c
801
flow_log("%s() final: %u nbuf: %u ",
drivers/crypto/bcm/cipher.c
805
flow_log("max_payload infinite\n");
drivers/crypto/bcm/cipher.c
807
flow_log("max_payload %u\n", ctx->max_payload);
drivers/crypto/bcm/cipher.c
809
flow_log("chunk_start: %u chunk_size: %u\n", chunk_start, chunksize);
drivers/crypto/bcm/cipher.c
849
flow_log("Data:\n");
drivers/crypto/bcm/spu.c
1031
flow_log(" GCM: padding to 16 byte alignment: %u bytes\n",
drivers/crypto/bcm/spu.c
1061
flow_log(" STAT: padding to 4 byte alignment: %u bytes\n",
drivers/crypto/bcm/spu.c
1114
flow_log("SPU response STATUS %#08x\n", status);
drivers/crypto/bcm/spu.c
641
flow_log("%s()\n", __func__);
drivers/crypto/bcm/spu.c
642
flow_log(" in:%u authFirst:%u\n",
drivers/crypto/bcm/spu.c
644
flow_log(" %s. cipher alg:%u mode:%u type %u\n",
drivers/crypto/bcm/spu.c
647
flow_log(" key: %d\n", cipher_parms->key_len);
drivers/crypto/bcm/spu.c
649
flow_log(" iv: %d\n", cipher_parms->iv_len);
drivers/crypto/bcm/spu.c
651
flow_log(" auth alg:%u mode:%u type %u\n",
drivers/crypto/bcm/spu.c
653
flow_log(" digestsize: %u\n", hash_parms->digestsize);
drivers/crypto/bcm/spu.c
654
flow_log(" authkey: %d\n", hash_parms->key_len);
drivers/crypto/bcm/spu.c
656
flow_log(" assoc_size:%u\n", aead_parms->assoc_size);
drivers/crypto/bcm/spu.c
657
flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len);
drivers/crypto/bcm/spu.c
658
flow_log(" data_size:%u\n", data_size);
drivers/crypto/bcm/spu.c
659
flow_log(" hash_pad_len:%u\n", hash_parms->pad_len);
drivers/crypto/bcm/spu.c
660
flow_log(" real_db_size:%u\n", real_db_size);
drivers/crypto/bcm/spu.c
661
flow_log(" auth_offset:%u auth_len:%u cipher_offset:%u cipher_len:%u\n",
drivers/crypto/bcm/spu.c
663
flow_log(" aead_iv: %u\n", aead_parms->iv_len);
drivers/crypto/bcm/spu.c
840
flow_log("%s()\n", __func__);
drivers/crypto/bcm/spu.c
841
flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg,
drivers/crypto/bcm/spu.c
843
flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len);
drivers/crypto/bcm/spu.c
844
flow_log(" key: %d\n", cipher_parms->key_len);
drivers/crypto/bcm/spu.c
931
flow_log("%s()\n", __func__);
drivers/crypto/bcm/spu.c
932
flow_log(" in: %u\n", is_inbound);
drivers/crypto/bcm/spu.c
933
flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg,
drivers/crypto/bcm/spu.c
946
flow_log(" iv len: %d\n", cipher_parms->iv_len);
drivers/crypto/bcm/spu.c
948
flow_log(" data_size: %u\n", data_size);
drivers/crypto/bcm/spu2.c
1001
flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg,
drivers/crypto/bcm/spu2.c
1003
flow_log(" is_esp: %s\n", str_yes_no(req_opts->is_esp));
drivers/crypto/bcm/spu2.c
1004
flow_log(" key: %d\n", cipher_parms->key_len);
drivers/crypto/bcm/spu2.c
1006
flow_log(" iv: %d\n", cipher_parms->iv_len);
drivers/crypto/bcm/spu2.c
1008
flow_log(" auth alg:%u mode:%u type %u\n",
drivers/crypto/bcm/spu2.c
1010
flow_log(" digestsize: %u\n", hash_parms->digestsize);
drivers/crypto/bcm/spu2.c
1011
flow_log(" authkey: %d\n", hash_parms->key_len);
drivers/crypto/bcm/spu2.c
1013
flow_log(" assoc_size:%u\n", assoc_size);
drivers/crypto/bcm/spu2.c
1014
flow_log(" prebuf_len:%u\n", hash_parms->prebuf_len);
drivers/crypto/bcm/spu2.c
1015
flow_log(" data_size:%u\n", data_size);
drivers/crypto/bcm/spu2.c
1016
flow_log(" hash_pad_len:%u\n", hash_parms->pad_len);
drivers/crypto/bcm/spu2.c
1017
flow_log(" real_db_size:%u\n", real_db_size);
drivers/crypto/bcm/spu2.c
1018
flow_log(" cipher_offset:%u payload_len:%u\n",
drivers/crypto/bcm/spu2.c
1020
flow_log(" aead_iv: %u\n", aead_parms->iv_len);
drivers/crypto/bcm/spu2.c
1054
flow_log("spu2 cipher type %s, cipher mode %s\n",
drivers/crypto/bcm/spu2.c
1065
flow_log("spu2 hash type %s, hash mode %s\n",
drivers/crypto/bcm/spu2.c
1135
flow_log("%s()\n", __func__);
drivers/crypto/bcm/spu2.c
1136
flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg,
drivers/crypto/bcm/spu2.c
1138
flow_log(" cipher_iv_len: %u\n", cipher_parms->iv_len);
drivers/crypto/bcm/spu2.c
1139
flow_log(" key: %d\n", cipher_parms->key_len);
drivers/crypto/bcm/spu2.c
1148
flow_log("spu2 cipher type %s, cipher mode %s\n",
drivers/crypto/bcm/spu2.c
1194
flow_log("%s()\n", __func__);
drivers/crypto/bcm/spu2.c
1195
flow_log(" in: %u\n", is_inbound);
drivers/crypto/bcm/spu2.c
1196
flow_log(" cipher alg: %u, cipher_type: %u\n", cipher_parms->alg,
drivers/crypto/bcm/spu2.c
1198
flow_log(" iv len: %d\n", cipher_parms->iv_len);
drivers/crypto/bcm/spu2.c
1200
flow_log(" data_size: %u\n", data_size);
drivers/crypto/bcm/spu2.c
1254
flow_log(" GCM: padding to 16 byte alignment: %u bytes\n",
drivers/crypto/bcm/spu2.c
1278
flow_log(" STAT: padding to 4 byte alignment: %u bytes\n",
drivers/crypto/bcm/spu2.c
1334
flow_log("rx status is %#x\n", status);
drivers/crypto/bcm/spu2.c
147
flow_log("Invalid cipher mode %d\n", cipher_mode);
drivers/crypto/bcm/spu2.c
188
flow_log("Invalid cipher alg %d or type %d\n",
drivers/crypto/bcm/spu2.c
243
flow_log("Invalid hash mode %d\n", hash_mode);
drivers/crypto/bcm/spu2.c
303
flow_log("Invalid hash alg %d or type %d\n",
drivers/crypto/bcm/spu2.c
998
flow_log("%s()\n", __func__);
drivers/crypto/bcm/spu2.c
999
flow_log(" in:%u authFirst:%u\n",
drivers/crypto/bcm/util.c
58
flow_log("%s copied %u bytes of %u requested. ",
drivers/crypto/bcm/util.c
60
flow_log("sg with %u entries and skip %u\n", nents, skip);
drivers/crypto/bcm/util.c
77
flow_log("%s copied %u bytes of %u requested. ",
drivers/crypto/bcm/util.c
79
flow_log("sg with %u entries and skip %u\n", nents, skip);