Searched refs:crypto_authenc (Results 1 – 2 of 2) sorted by relevance
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()288 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_final()[all …]
16 struct crypto_authenc { struct
Completed in 3 milliseconds