Lines Matching refs:flow_log

322 	flow_log("%s\n", __func__);  in handle_skcipher_req()
390 flow_log("max_payload infinite\n"); in handle_skcipher_req()
392 flow_log("max_payload %u\n", ctx->max_payload); in handle_skcipher_req()
394 flow_log("sent:%u start:%u remains:%u size:%u\n", in handle_skcipher_req()
492 flow_log("%s() offset: %u, bd_len: %u BD:\n", in handle_skcipher_resp()
694 flow_log("total_todo %u, total_sent %u\n", in handle_ahash_req()
750 flow_log("Exiting with hash carry len: %u\n", in handle_ahash_req()
804 flow_log("%s() final: %u nbuf: %u ", in handle_ahash_req()
808 flow_log("max_payload infinite\n"); in handle_ahash_req()
810 flow_log("max_payload %u\n", ctx->max_payload); in handle_ahash_req()
812 flow_log("chunk_start: %u chunk_size: %u\n", chunk_start, chunksize); in handle_ahash_req()
852 flow_log("Data:\n"); in handle_ahash_req()
1007 flow_log("%s() blocksize:%u digestsize:%u\n", in handle_ahash_resp()
1122 flow_log("stat_pad_len %u\n", stat_pad_len); in spu_aead_rx_sg_create()
1289 flow_log("%s: chunksize %u\n", __func__, chunksize); in handle_aead_req()
1427 flow_log("%s()-sent chunksize:%u\n", __func__, chunksize); in handle_aead_req()
1541 flow_log("payload_len %u\n", payload_len); in handle_aead_resp()
1559 flow_log("copying ICV to dst sg at offset %u\n", icv_offset); in handle_aead_resp()
1610 flow_log("%s() err:%d\n\n", __func__, err); in finish_req()
1719 flow_log("%s() enc:%u\n", __func__, encrypt); in skcipher_enqueue()
1827 flow_log("skcipher_setkey() keylen: %d\n", keylen); in skcipher_setkey()
1866 flow_log("%s: iv_len %u\n", __func__, cipher_parms.iv_len); in skcipher_setkey()
1891 flow_log("skcipher_encrypt() nbytes:%u\n", req->cryptlen); in skcipher_encrypt()
1898 flow_log("skcipher_decrypt() nbytes:%u\n", req->cryptlen); in skcipher_decrypt()
1910 flow_log("ahash_enqueue() nbytes:%u\n", req->nbytes); in ahash_enqueue()
1931 flow_log("Doing %sfinal %s zero-len hash request in software\n", in ahash_enqueue()
1937 flow_log("Hash request failed with error %d\n", err); in ahash_enqueue()
1965 flow_log("%s()\n", __func__); in __ahash_init()
2079 flow_log("ahash_update() nbytes:%u\n", req->nbytes); in __ahash_update()
2137 flow_log("ahash_final() nbytes:%u\n", req->nbytes); in __ahash_final()
2174 flow_log("ahash_finup() nbytes:%u\n", req->nbytes); in __ahash_finup()
2241 flow_log("ahash_digest() nbytes:%u\n", req->nbytes); in ahash_digest()
2256 flow_log("%s() ahash:%p key:%p keylen:%u\n", in ahash_setkey()
2325 flow_log("%s() ahash:%p key:%p keylen:%u blksz:%u digestsz:%u\n", in ahash_hmac_setkey()
2382 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()
2581 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_do_fallback()
2605 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_enqueue()
2677 flow_log(" src sg: %p\n", req->src); in aead_enqueue()
2678 flow_log(" rctx->src_sg: %p, src_skip %u\n", in aead_enqueue()
2680 flow_log(" assoc: %p, assoclen %u\n", rctx->assoc, req->assoclen); in aead_enqueue()
2681 flow_log(" dst sg: %p\n", req->dst); in aead_enqueue()
2682 flow_log(" rctx->dst_sg: %p, dst_skip %u\n", in aead_enqueue()
2684 flow_log(" iv_ctr_len:%u\n", rctx->iv_ctr_len); in aead_enqueue()
2686 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2687 flow_log(" is_esp: %s\n", ctx->is_esp ? "yes" : "no"); in aead_enqueue()
2690 flow_log(" max_payload infinite"); in aead_enqueue()
2692 flow_log(" max_payload: %u\n", ctx->max_payload); in aead_enqueue()
2728 flow_log("%s() aead:%p key:%p keylen:%u\n", __func__, cipher, key, in aead_authenc_setkey()
2781 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_authenc_setkey()
2788 flow_log(" running fallback setkey()\n"); in aead_authenc_setkey()
2795 flow_log(" fallback setkey() returned:%d\n", ret); in aead_authenc_setkey()
2823 flow_log("%s() keylen:%u\n", __func__, keylen); in aead_gcm_ccm_setkey()
2848 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2855 flow_log(" running fallback setkey()\n"); in aead_gcm_ccm_setkey()
2863 flow_log(" fallback setkey() returned:%d\n", ret); in aead_gcm_ccm_setkey()
2872 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2901 flow_log("%s\n", __func__); in aead_gcm_esp_setkey()
2933 flow_log("%s\n", __func__); in rfc4543_gcm_esp_setkey()
2966 flow_log("%s\n", __func__); in aead_ccm_esp_setkey()
2986 flow_log("%s() authkeylen:%u authsize:%u\n", in aead_setauthsize()
2993 flow_log(" running fallback setauth()\n"); in aead_setauthsize()
2997 flow_log(" fallback setauth() returned:%d\n", ret); in aead_setauthsize()
3005 flow_log("%s() cryptlen:%u %08x\n", __func__, req->cryptlen, in aead_encrypt()
3008 flow_log(" assoc_len:%u\n", req->assoclen); in aead_encrypt()
3015 flow_log("%s() cryptlen:%u\n", __func__, req->cryptlen); in aead_decrypt()
3017 flow_log(" assoc_len:%u\n", req->assoclen); in aead_decrypt()
4151 flow_log("%s()\n", __func__); in generic_cra_init()
4177 flow_log("%s()\n", __func__); in skcipher_init_tfm()
4195 flow_log("%s()\n", __func__); in ahash_cra_init()
4219 flow_log("%s()\n", __func__); in aead_cra_init()
4235 flow_log("%s() creating fallback cipher\n", __func__); in aead_cra_init()