Home
last modified time | relevance | path

Searched refs:crypto_authenc (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c24 static struct crypto_authenc *to_authenc_ctx(struct crypto_authenc_ctx *ctx) in to_authenc_ctx()
28 return container_of(ctx, struct crypto_authenc, authenc_ctx); in to_authenc_ctx()
38 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_free_ctx()
55 struct crypto_authenc *authenc_src = to_authenc_ctx(src_ctx); in authenc_copy_state()
56 struct crypto_authenc *authenc_dst = to_authenc_ctx(dst_ctx); in authenc_copy_state()
82 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_init()
122 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_update_aad()
157 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_update_payload()
203 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_enc_final()
251 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_dec_final()
[all …]
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h16 struct crypto_authenc { struct