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()
2426 flow_log("ahash_hmac_init()\n"); in ahash_hmac_init()
2448 flow_log("ahash_hmac_update() nbytes:%u\n", req->nbytes); in ahash_hmac_update()
2458 flow_log("ahash_hmac_final() nbytes:%u\n", req->nbytes); in ahash_hmac_final()
2465 flow_log("ahash_hmac_finupl() nbytes:%u\n", req->nbytes); in ahash_hmac_finup()
2478 flow_log("ahash_hmac_digest() nbytes:%u\n", req->nbytes); in ahash_hmac_digest()
2525 flow_log("AES GCM/CCM needs fallback for 0 len req\n"); in aead_need_fallback()
2535 flow_log("%s() AES CCM needs fallback for digest size %d\n", in aead_need_fallback()
2547 flow_log("%s() AES_CCM needs fallback for 0 len AAD on NSP\n", in aead_need_fallback()
2560 flow_log("RFC4106/RFC4543 needs fallback for assoclen" in aead_need_fallback()
2569 flow_log("%s() payload len: %u\n", __func__, payload_len); in aead_need_fallback()
2585 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_do_fallback()
2609 flow_log("%s() enc:%u\n", __func__, is_encrypt); in aead_enqueue()
2681 flow_log(" src sg: %p\n", req->src); in aead_enqueue()
2682 flow_log(" rctx->src_sg: %p, src_skip %u\n", in aead_enqueue()
2684 flow_log(" assoc: %p, assoclen %u\n", rctx->assoc, req->assoclen); in aead_enqueue()
2685 flow_log(" dst sg: %p\n", req->dst); in aead_enqueue()
2686 flow_log(" rctx->dst_sg: %p, dst_skip %u\n", in aead_enqueue()
2688 flow_log(" iv_ctr_len:%u\n", rctx->iv_ctr_len); in aead_enqueue()
2690 flow_log(" authkeylen:%u\n", ctx->authkeylen); in aead_enqueue()
2691 flow_log(" is_esp: %s\n", str_yes_no(ctx->is_esp)); in aead_enqueue()
2694 flow_log(" max_payload infinite"); in aead_enqueue()
2696 flow_log(" max_payload: %u\n", ctx->max_payload); in aead_enqueue()
2732 flow_log("%s() aead:%p key:%p keylen:%u\n", __func__, cipher, key, in aead_authenc_setkey()
2785 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_authenc_setkey()
2792 flow_log(" running fallback setkey()\n"); in aead_authenc_setkey()
2799 flow_log(" fallback setkey() returned:%d\n", ret); in aead_authenc_setkey()
2827 flow_log("%s() keylen:%u\n", __func__, keylen); in aead_gcm_ccm_setkey()
2852 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2859 flow_log(" running fallback setkey()\n"); in aead_gcm_ccm_setkey()
2867 flow_log(" fallback setkey() returned:%d\n", ret); in aead_gcm_ccm_setkey()
2876 flow_log(" enckeylen:%u authkeylen:%u\n", ctx->enckeylen, in aead_gcm_ccm_setkey()
2905 flow_log("%s\n", __func__); in aead_gcm_esp_setkey()
2937 flow_log("%s\n", __func__); in rfc4543_gcm_esp_setkey()
2970 flow_log("%s\n", __func__); in aead_ccm_esp_setkey()
2990 flow_log("%s() authkeylen:%u authsize:%u\n", in aead_setauthsize()
2997 flow_log(" running fallback setauth()\n"); in aead_setauthsize()
3001 flow_log(" fallback setauth() returned:%d\n", ret); in aead_setauthsize()
3009 flow_log("%s() cryptlen:%u %08x\n", __func__, req->cryptlen, in aead_encrypt()
3012 flow_log(" assoc_len:%u\n", req->assoclen); in aead_encrypt()
3019 flow_log("%s() cryptlen:%u\n", __func__, req->cryptlen); in aead_decrypt()
3021 flow_log(" assoc_len:%u\n", req->assoclen); in aead_decrypt()
4098 flow_log("%s()\n", __func__); in generic_cra_init()
4124 flow_log("%s()\n", __func__); in skcipher_init_tfm()
4142 flow_log("%s()\n", __func__); in ahash_cra_init()
4166 flow_log("%s()\n", __func__); in aead_cra_init()
4182 flow_log("%s() creating fallback cipher\n", __func__); in aead_cra_init()