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

/linux-4.1.27/crypto/
H A Dgcm.c66 struct crypto_gcm_req_priv_ctx { struct
85 static inline struct crypto_gcm_req_priv_ctx *crypto_gcm_reqctx( crypto_gcm_reqctx()
195 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); crypto_gcm_init_crypt()
230 struct crypto_gcm_req_priv_ctx *pctx, gcm_hash_update()
245 struct crypto_gcm_req_priv_ctx *pctx, gcm_hash_remain()
260 struct crypto_gcm_req_priv_ctx *pctx) gcm_hash_len()
279 struct crypto_gcm_req_priv_ctx *pctx) gcm_hash_final()
292 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); __gcm_hash_final_done()
310 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); __gcm_hash_len_done()
330 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); __gcm_hash_crypt_remain_done()
351 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); __gcm_hash_crypt_done()
376 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); __gcm_hash_assoc_remain_done()
407 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); __gcm_hash_assoc_done()
431 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); __gcm_hash_init_done()
459 struct crypto_gcm_req_priv_ctx *pctx) gcm_hash()
508 struct crypto_gcm_req_priv_ctx *pctx) gcm_enc_copy_hash()
519 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); gcm_enc_hash_done()
530 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); gcm_encrypt_done()
547 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); crypto_gcm_encrypt()
575 struct crypto_gcm_req_priv_ctx *pctx) crypto_gcm_verify()
591 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); gcm_decrypt_done()
601 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); gcm_dec_hash_done()
622 struct crypto_gcm_req_priv_ctx *pctx = crypto_gcm_reqctx(req); crypto_gcm_decrypt()
676 offsetof(struct crypto_gcm_req_priv_ctx, u) + crypto_gcm_init_tfm()

Completed in 47 milliseconds