Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Datmel-authenc.h36 struct atmel_sha_authenc_ctx;
41 struct atmel_sha_authenc_ctx *atmel_sha_authenc_spawn(unsigned long mode);
42 void atmel_sha_authenc_free(struct atmel_sha_authenc_ctx *auth);
43 int atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth,
48 struct atmel_sha_authenc_ctx *auth,
Datmel-sha.c2226 struct atmel_sha_authenc_ctx { struct
2286 struct atmel_sha_authenc_ctx *atmel_sha_authenc_spawn(unsigned long mode) in atmel_sha_authenc_spawn()
2288 struct atmel_sha_authenc_ctx *auth; in atmel_sha_authenc_spawn()
2344 void atmel_sha_authenc_free(struct atmel_sha_authenc_ctx *auth) in atmel_sha_authenc_free()
2352 int atmel_sha_authenc_setkey(struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_setkey()
2369 struct atmel_sha_authenc_ctx *auth, in atmel_sha_authenc_schedule()
Datmel-aes.c154 struct atmel_sha_authenc_ctx *auth;