Home
last modified time | relevance | path

Searched defs:xctx (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/crypto/
H A Dgmac.c102 AES_GMAC_Init(void *xctx) in AES_GMAC_Init()
113 AES_GMAC_Setkey(void *xctx, const uint8_t *key, uint16_t klen) in AES_GMAC_Setkey()
125 AES_GMAC_Reinit(void *xctx, const uint8_t *iv, uint16_t ivlen) in AES_GMAC_Reinit()
134 AES_GMAC_Update(void *xctx, const uint8_t *data, uint16_t len) in AES_GMAC_Update()
156 AES_GMAC_Final(uint8_t digest[GMAC_DIGEST_LEN], void *xctx) in AES_GMAC_Final()
H A Dchachapoly.c60 Chacha20_Poly1305_Init(void *xctx) in Chacha20_Poly1305_Init()
68 Chacha20_Poly1305_Setkey(void *xctx, const uint8_t *key, uint16_t klen) in Chacha20_Poly1305_Setkey()
79 Chacha20_Poly1305_Reinit(void *xctx, const uint8_t *iv, uint16_t ivlen) in Chacha20_Poly1305_Reinit()
91 Chacha20_Poly1305_Update(void *xctx, const uint8_t *data, uint16_t len) in Chacha20_Poly1305_Update()
108 Chacha20_Poly1305_Final(uint8_t tag[POLY1305_TAGLEN], void *xctx) in Chacha20_Poly1305_Final()
/openbsd/lib/libcrypto/evp/
H A De_aes.c301 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; in aesni_xts_init_key() local
1786 EVP_AES_XTS_CTX *xctx = c->cipher_data; in aes_xts_ctrl() local
1823 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; in aes_xts_init_key() local
1890 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; in aes_xts_cipher() local