Searched refs:poly1305_desc_ctx (Results 1 – 5 of 5) sorted by relevance
51 struct poly1305_desc_ctx { struct61 void poly1305_init(struct poly1305_desc_ctx *desc, argument63 void poly1305_update(struct poly1305_desc_ctx *desc,65 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest);
19 struct poly1305_desc_ctx ctx; in poly1305()26 static void poly1305_init_withtestkey(struct poly1305_desc_ctx *ctx) in poly1305_init_withtestkey()39 #define HASH_CTX poly1305_desc_ctx84 struct poly1305_desc_ctx mac_ctx, macofmacs_ctx; in test_poly1305_allones_keys_and_message()94 struct poly1305_desc_ctx tmp_ctx; in test_poly1305_allones_keys_and_message()
25 void poly1305_init(struct poly1305_desc_ctx *desc, in poly1305_init()37 void poly1305_update(struct poly1305_desc_ctx *desc, in poly1305_update()70 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *dst) in poly1305_final()81 *desc = (struct poly1305_desc_ctx){}; in poly1305_final()
60 struct poly1305_desc_ctx poly1305_state; in __chacha20poly1305_encrypt()131 struct poly1305_desc_ctx poly1305_state; in __chacha20poly1305_decrypt()218 struct poly1305_desc_ctx poly1305_state; in chacha20poly1305_crypt_sg_inplace()
8834 struct poly1305_desc_ctx poly1305_state; in chacha20poly1305_encrypt_bignonce()