Home
last modified time | relevance | path

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

/drivers/crypto/
Datmel-authenc.h26 struct atmel_sha_authenc_ctx;
31 struct atmel_sha_authenc_ctx *atmel_sha_authenc_spawn(unsigned long mode);
32 void atmel_sha_authenc_free(struct atmel_sha_authenc_ctx *auth);
33 int atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth,
37 struct atmel_sha_authenc_ctx *auth,
Datmel-sha.c2082 struct atmel_sha_authenc_ctx { struct
2142 struct atmel_sha_authenc_ctx *atmel_sha_authenc_spawn(unsigned long mode) in atmel_sha_authenc_spawn()
2144 struct atmel_sha_authenc_ctx *auth; in atmel_sha_authenc_spawn()
2200 void atmel_sha_authenc_free(struct atmel_sha_authenc_ctx *auth) in atmel_sha_authenc_free()
2208 int atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_setkey()
2220 struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_schedule()
Datmel-aes.c152 struct atmel_sha_authenc_ctx *auth;