Home
last modified time | relevance | path

Searched refs:SEC_PBUF_SZ (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c52 #define SEC_PBUF_SZ 512 macro
53 #define SEC_PBUF_IV_OFFSET SEC_PBUF_SZ
54 #define SEC_PBUF_MAC_OFFSET (SEC_PBUF_SZ + SEC_IV_SIZE)
55 #define SEC_PBUF_PKG (SEC_PBUF_SZ + SEC_IV_SIZE + \
1422 if (ctx->pbuf_supported && sk_req->cryptlen <= SEC_PBUF_SZ) in sec_skcipher_param_check()
1548 SEC_PBUF_SZ) in sec_aead_param_check()