Lines Matching refs:flow_log

323 	flow_log("%s\n", __func__);  in handle_skcipher_req()
391 flow_log("max_payload infinite\n"); in handle_skcipher_req()
393 flow_log("max_payload %u\n", ctx->max_payload); in handle_skcipher_req()
395 flow_log("sent:%u start:%u remains:%u size:%u\n", in handle_skcipher_req()
493 flow_log("%s() offset: %u, bd_len: %u BD:\n", in handle_skcipher_resp()
695 flow_log("total_todo %u, total_sent %u\n", in handle_ahash_req()
751 flow_log("Exiting with hash carry len: %u\n", in handle_ahash_req()
805 flow_log("%s() final: %u nbuf: %u ", in handle_ahash_req()
809 flow_log("max_payload infinite\n"); in handle_ahash_req()
811 flow_log("max_payload %u\n", ctx->max_payload); in handle_ahash_req()
813 flow_log("chunk_start: %u chunk_size: %u\n", chunk_start, chunksize); in handle_ahash_req()
853 flow_log("Data:\n"); in handle_ahash_req()
1008 flow_log("%s() blocksize:%u digestsize:%u\n", in handle_ahash_resp()
1123 flow_log("stat_pad_len %u\n", stat_pad_len); in spu_aead_rx_sg_create()
1290 flow_log("%s: chunksize %u\n", __func__, chunksize); in handle_aead_req()
1428 flow_log("%s()-sent chunksize:%u\n", __func__, chunksize); in handle_aead_req()
1542 flow_log("payload_len %u\n", payload_len); in handle_aead_resp()
1560 flow_log("copying ICV to dst sg at offset %u\n", icv_offset); in handle_aead_resp()
1611 flow_log("%s() err:%d\n\n", __func__, err); in finish_req()
1720 flow_log("%s() enc:%u\n", __func__, encrypt); in skcipher_enqueue()
1828 flow_log("skcipher_setkey() keylen: %d\n", keylen); in skcipher_setkey()
1867 flow_log("%s: iv_len %u\n", __func__, cipher_parms.iv_len); in skcipher_setkey()
1892 flow_log("skcipher_encrypt() nbytes:%u\n", req->cryptlen); in skcipher_encrypt()
1899 flow_log("skcipher_decrypt() nbytes:%u\n", req->cryptlen); in skcipher_decrypt()
1911 flow_log("ahash_enqueue() nbytes:%u\n", req->nbytes); in ahash_enqueue()
1932 flow_log("Doing %sfinal %s zero-len hash request in software\n", in ahash_enqueue()
1938 flow_log("Hash request failed with error %d\n", err); in ahash_enqueue()
1966 flow_log("%s()\n", __func__); in __ahash_init()
2080 flow_log("ahash_update() nbytes:%u\n", req->nbytes); in __ahash_update()
2138 flow_log("ahash_final() nbytes:%u\n", req->nbytes); in __ahash_final()
2175 flow_log("ahash_finup() nbytes:%u\n", req->nbytes); in __ahash_finup()
2242 flow_log("ahash_digest() nbytes:%u\n", req->nbytes); in ahash_digest()
2257 flow_log("%s() ahash:%p key:%p keylen:%u\n", in ahash_setkey()
2326 flow_log("%s() ahash:%p key:%p keylen:%u blksz:%u digestsz:%u\n", in ahash_hmac_setkey()
2383 flow_log(" keylen > digestsize... hashed\n"); in ahash_hmac_setkey()
2424 flow_log("ahash_hmac_init()\n"); in ahash_hmac_init()
2444 flow_log("ahash_hmac_update() nbytes:%u\n", req->nbytes); in ahash_hmac_update()
2454 flow_log("ahash_hmac_final() nbytes:%u\n", req->nbytes); in ahash_hmac_final()
2461 flow_log("ahash_hmac_finupl() nbytes:%u\n", req->nbytes); in ahash_hmac_finup()
2474 flow_log("ahash_hmac_digest() nbytes:%u\n", req->nbytes); in ahash_hmac_digest()
2521 flow_log("AES GCM/CCM needs fallback for 0 len req\n"); in aead_need_fallback()
2531 flow_log("%s() AES CCM needs fallback for digest size %d\n", in aead_need_fallback()
2543 flow_log("%s() AES_CCM needs fallback for 0 len AAD on NSP\n", in aead_need_fallback()
2556 flow_log("RFC4106/RFC4543 needs fallback for assoclen" in aead_need_fallback()
2565 flow_log("%s() payload len: %u\n", __func__, payload_len); in aead_need_fallback()
2580 flow_log("%s() err:%d\n", __func__, err); in aead_complete()
2599 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_do_fallback()
2625 flow_log("%s() fallback completed successfully\n\n", in aead_do_fallback()
2642 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_enqueue()
2714 flow_log(" src sg: %p\n", req->src); in aead_enqueue()
2715 flow_log(" rctx->src_sg: %p, src_skip %u\n", in aead_enqueue()
2717 flow_log(" assoc: %p, assoclen %u\n", rctx->assoc, req->assoclen); in aead_enqueue()
2718 flow_log(" dst sg: %p\n", req->dst); in aead_enqueue()
2719 flow_log(" rctx->dst_sg: %p, dst_skip %u\n", in aead_enqueue()
2721 flow_log(" iv_ctr_len:%u\n", rctx->iv_ctr_len); in aead_enqueue()
2723 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2724 flow_log(" is_esp: %s\n", ctx->is_esp ? "yes" : "no"); in aead_enqueue()
2727 flow_log(" max_payload infinite"); in aead_enqueue()
2729 flow_log(" max_payload: %u\n", ctx->max_payload); in aead_enqueue()
2765 flow_log("%s() aead:%p key:%p keylen:%u\n", __func__, cipher, key, in aead_authenc_setkey()
2818 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_authenc_setkey()
2825 flow_log(" running fallback setkey()\n"); in aead_authenc_setkey()
2832 flow_log(" fallback setkey() returned:%d\n", ret); in aead_authenc_setkey()
2860 flow_log("%s() keylen:%u\n", __func__, keylen); in aead_gcm_ccm_setkey()
2885 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2892 flow_log(" running fallback setkey()\n"); in aead_gcm_ccm_setkey()
2900 flow_log(" fallback setkey() returned:%d\n", ret); in aead_gcm_ccm_setkey()
2909 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2938 flow_log("%s\n", __func__); in aead_gcm_esp_setkey()
2970 flow_log("%s\n", __func__); in rfc4543_gcm_esp_setkey()
3003 flow_log("%s\n", __func__); in aead_ccm_esp_setkey()
3023 flow_log("%s() authkeylen:%u authsize:%u\n", in aead_setauthsize()
3030 flow_log(" running fallback setauth()\n"); in aead_setauthsize()
3034 flow_log(" fallback setauth() returned:%d\n", ret); in aead_setauthsize()
3042 flow_log("%s() cryptlen:%u %08x\n", __func__, req->cryptlen, in aead_encrypt()
3045 flow_log(" assoc_len:%u\n", req->assoclen); in aead_encrypt()
3052 flow_log("%s() cryptlen:%u\n", __func__, req->cryptlen); in aead_decrypt()
3054 flow_log(" assoc_len:%u\n", req->assoclen); in aead_decrypt()
4188 flow_log("%s()\n", __func__); in generic_cra_init()
4214 flow_log("%s()\n", __func__); in skcipher_init_tfm()
4232 flow_log("%s()\n", __func__); in ahash_cra_init()
4255 flow_log("%s()\n", __func__); in aead_cra_init()
4268 flow_log("%s() creating fallback cipher\n", __func__); in aead_cra_init()