Searched refs:authenc_ctx (Results 1 – 2 of 2) sorted by relevance
17 struct crypto_authenc_ctx authenc_ctx; /* Crypto authenc API context */ member
28 return container_of(ctx, struct crypto_authenc, authenc_ctx); in to_authenc_ctx()326 authenc->authenc_ctx.ops = &authenc_ops; in drvcrypt_authenc_alloc_ctx()327 *ctx = &authenc->authenc_ctx; in drvcrypt_authenc_alloc_ctx()
Completed in 3 milliseconds