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

/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c51 struct aesni_rfc4106_gcm_ctx { struct
284 aesni_rfc4106_gcm_ctx *aesni_rfc4106_gcm_ctx_get(struct crypto_aead *tfm) aesni_rfc4106_gcm_ctx_get()
287 (struct aesni_rfc4106_gcm_ctx *) aesni_rfc4106_gcm_ctx_get()
796 struct aesni_rfc4106_gcm_ctx *ctx = (struct aesni_rfc4106_gcm_ctx *) rfc4106_init()
799 struct aesni_rfc4106_gcm_ctx *child_ctx; rfc4106_init()
817 struct aesni_rfc4106_gcm_ctx *ctx = rfc4106_exit()
818 (struct aesni_rfc4106_gcm_ctx *) rfc4106_exit()
900 struct aesni_rfc4106_gcm_ctx *ctx = aesni_rfc4106_gcm_ctx_get(aead); common_rfc4106_set_key()
953 struct aesni_rfc4106_gcm_ctx *ctx = aesni_rfc4106_gcm_ctx_get(parent); rfc4106_set_key()
955 struct aesni_rfc4106_gcm_ctx *c_ctx = aesni_rfc4106_gcm_ctx_get(child); rfc4106_set_key()
987 struct aesni_rfc4106_gcm_ctx *ctx = aesni_rfc4106_gcm_ctx_get(parent); rfc4106_set_authsize()
1003 struct aesni_rfc4106_gcm_ctx *ctx = aesni_rfc4106_gcm_ctx_get(tfm); __driver_rfc4106_encrypt()
1089 struct aesni_rfc4106_gcm_ctx *ctx = aesni_rfc4106_gcm_ctx_get(tfm); __driver_rfc4106_decrypt()
1175 struct aesni_rfc4106_gcm_ctx *ctx = aesni_rfc4106_gcm_ctx_get(tfm); rfc4106_encrypt()
1196 struct aesni_rfc4106_gcm_ctx *ctx = aesni_rfc4106_gcm_ctx_get(tfm); rfc4106_decrypt()
1419 .cra_ctxsize = sizeof(struct aesni_rfc4106_gcm_ctx) +
1440 .cra_ctxsize = sizeof(struct aesni_rfc4106_gcm_ctx) +

Completed in 67 milliseconds