Home
last modified time | relevance | path

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

/linux/crypto/
H A Dgcm.c52 struct crypto_gcm_req_priv_ctx {
61 static inline struct crypto_gcm_req_priv_ctx *crypto_gcm_reqctx( struct
127 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in crypto_gcm_setkey()
155 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in crypto_gcm_init_common()
218 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req);
243 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_len_continue()
256 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_len_done()
282 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); in gcm_hash_crypt_continue()
313 align + sizeof(struct crypto_gcm_req_priv_ctx) + in gcm_hash_assoc_remain_continue()
80 ucrypto_gcm_req_priv_ctx crypto_gcm_reqctx() argument