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()
494 flow_log("%s() offset: %u, bd_len: %u BD:\n", in handle_skcipher_resp()
696 flow_log("total_todo %u, total_sent %u\n", in handle_ahash_req()
752 flow_log("Exiting with hash carry len: %u\n", in handle_ahash_req()
806 flow_log("%s() final: %u nbuf: %u ", in handle_ahash_req()
810 flow_log("max_payload infinite\n"); in handle_ahash_req()
812 flow_log("max_payload %u\n", ctx->max_payload); in handle_ahash_req()
814 flow_log("chunk_start: %u chunk_size: %u\n", chunk_start, chunksize); in handle_ahash_req()
854 flow_log("Data:\n"); in handle_ahash_req()
1011 flow_log("%s() blocksize:%u digestsize:%u\n", in handle_ahash_resp()
1125 flow_log("stat_pad_len %u\n", stat_pad_len); in spu_aead_rx_sg_create()
1292 flow_log("%s: chunksize %u\n", __func__, chunksize); in handle_aead_req()
1430 flow_log("%s()-sent chunksize:%u\n", __func__, chunksize); in handle_aead_req()
1544 flow_log("payload_len %u\n", payload_len); in handle_aead_resp()
1562 flow_log("copying ICV to dst sg at offset %u\n", icv_offset); in handle_aead_resp()
1613 flow_log("%s() err:%d\n\n", __func__, err); in finish_req()
1722 flow_log("%s() enc:%u\n", __func__, encrypt); in skcipher_enqueue()
1830 flow_log("skcipher_setkey() keylen: %d\n", keylen); in skcipher_setkey()
1869 flow_log("%s: iv_len %u\n", __func__, cipher_parms.iv_len); in skcipher_setkey()
1894 flow_log("skcipher_encrypt() nbytes:%u\n", req->cryptlen); in skcipher_encrypt()
1901 flow_log("skcipher_decrypt() nbytes:%u\n", req->cryptlen); in skcipher_decrypt()
1913 flow_log("ahash_enqueue() nbytes:%u\n", req->nbytes); in ahash_enqueue()
1934 flow_log("Doing %sfinal %s zero-len hash request in software\n", in ahash_enqueue()
1940 flow_log("Hash request failed with error %d\n", err); in ahash_enqueue()
1968 flow_log("%s()\n", __func__); in __ahash_init()
2082 flow_log("ahash_update() nbytes:%u\n", req->nbytes); in __ahash_update()
2140 flow_log("ahash_final() nbytes:%u\n", req->nbytes); in __ahash_final()
2177 flow_log("ahash_finup() nbytes:%u\n", req->nbytes); in __ahash_finup()
2244 flow_log("ahash_digest() nbytes:%u\n", req->nbytes); in ahash_digest()
2259 flow_log("%s() ahash:%p key:%p keylen:%u\n", in ahash_setkey()
2328 flow_log("%s() ahash:%p key:%p keylen:%u blksz:%u digestsz:%u\n", in ahash_hmac_setkey()
2385 flow_log(" keylen > digestsize... hashed\n"); in ahash_hmac_setkey()
2426 flow_log("ahash_hmac_init()\n"); in ahash_hmac_init()
2446 flow_log("ahash_hmac_update() nbytes:%u\n", req->nbytes); in ahash_hmac_update()
2456 flow_log("ahash_hmac_final() nbytes:%u\n", req->nbytes); in ahash_hmac_final()
2463 flow_log("ahash_hmac_finupl() nbytes:%u\n", req->nbytes); in ahash_hmac_finup()
2476 flow_log("ahash_hmac_digest() nbytes:%u\n", req->nbytes); in ahash_hmac_digest()
2523 flow_log("AES GCM/CCM needs fallback for 0 len req\n"); in aead_need_fallback()
2533 flow_log("%s() AES CCM needs fallback for digest size %d\n", in aead_need_fallback()
2545 flow_log("%s() AES_CCM needs fallback for 0 len AAD on NSP\n", in aead_need_fallback()
2558 flow_log("RFC4106/RFC4543 needs fallback for assoclen" in aead_need_fallback()
2567 flow_log("%s() payload len: %u\n", __func__, payload_len); in aead_need_fallback()
2582 flow_log("%s() err:%d\n", __func__, err); in aead_complete()
2601 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_do_fallback()
2627 flow_log("%s() fallback completed successfully\n\n", in aead_do_fallback()
2644 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_enqueue()
2716 flow_log(" src sg: %p\n", req->src); in aead_enqueue()
2717 flow_log(" rctx->src_sg: %p, src_skip %u\n", in aead_enqueue()
2719 flow_log(" assoc: %p, assoclen %u\n", rctx->assoc, req->assoclen); in aead_enqueue()
2720 flow_log(" dst sg: %p\n", req->dst); in aead_enqueue()
2721 flow_log(" rctx->dst_sg: %p, dst_skip %u\n", in aead_enqueue()
2723 flow_log(" iv_ctr_len:%u\n", rctx->iv_ctr_len); in aead_enqueue()
2725 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2726 flow_log(" is_esp: %s\n", ctx->is_esp ? "yes" : "no"); in aead_enqueue()
2729 flow_log(" max_payload infinite"); in aead_enqueue()
2731 flow_log(" max_payload: %u\n", ctx->max_payload); in aead_enqueue()
2767 flow_log("%s() aead:%p key:%p keylen:%u\n", __func__, cipher, key, in aead_authenc_setkey()
2820 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_authenc_setkey()
2827 flow_log(" running fallback setkey()\n"); in aead_authenc_setkey()
2834 flow_log(" fallback setkey() returned:%d\n", ret); in aead_authenc_setkey()
2862 flow_log("%s() keylen:%u\n", __func__, keylen); in aead_gcm_ccm_setkey()
2887 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2894 flow_log(" running fallback setkey()\n"); in aead_gcm_ccm_setkey()
2902 flow_log(" fallback setkey() returned:%d\n", ret); in aead_gcm_ccm_setkey()
2911 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2940 flow_log("%s\n", __func__); in aead_gcm_esp_setkey()
2972 flow_log("%s\n", __func__); in rfc4543_gcm_esp_setkey()
3005 flow_log("%s\n", __func__); in aead_ccm_esp_setkey()
3025 flow_log("%s() authkeylen:%u authsize:%u\n", in aead_setauthsize()
3032 flow_log(" running fallback setauth()\n"); in aead_setauthsize()
3036 flow_log(" fallback setauth() returned:%d\n", ret); in aead_setauthsize()
3044 flow_log("%s() cryptlen:%u %08x\n", __func__, req->cryptlen, in aead_encrypt()
3047 flow_log(" assoc_len:%u\n", req->assoclen); in aead_encrypt()
3054 flow_log("%s() cryptlen:%u\n", __func__, req->cryptlen); in aead_decrypt()
3056 flow_log(" assoc_len:%u\n", req->assoclen); in aead_decrypt()
4190 flow_log("%s()\n", __func__); in generic_cra_init()
4216 flow_log("%s()\n", __func__); in skcipher_init_tfm()
4234 flow_log("%s()\n", __func__); in ahash_cra_init()
4257 flow_log("%s()\n", __func__); in aead_cra_init()
4270 flow_log("%s() creating fallback cipher\n", __func__); in aead_cra_init()