Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/
Datmel-authenc.h25 struct atmel_sha_authenc_ctx;
30 struct atmel_sha_authenc_ctx *atmel_sha_authenc_spawn(unsigned long mode);
31 void atmel_sha_authenc_free(struct atmel_sha_authenc_ctx *auth);
32 int atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth,
37 struct atmel_sha_authenc_ctx *auth,
Datmel-sha.c2223 struct atmel_sha_authenc_ctx { struct
2283 struct atmel_sha_authenc_ctx *atmel_sha_authenc_spawn(unsigned long mode) in atmel_sha_authenc_spawn()
2285 struct atmel_sha_authenc_ctx *auth; in atmel_sha_authenc_spawn()
2341 void atmel_sha_authenc_free(struct atmel_sha_authenc_ctx *auth) in atmel_sha_authenc_free()
2349 int atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_setkey()
2366 struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_schedule()
Datmel-aes.c151 struct atmel_sha_authenc_ctx *auth;