Searched defs:xctx (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/sys/crypto/ |
H A D | gmac.c | 102 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 D | chachapoly.c | 60 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-src/lib/libcrypto/evp/ |
H A D | e_aes.c | 299 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; aesni_xts_init_key() local 1784 EVP_AES_XTS_CTX *xctx = c->cipher_data; aes_xts_ctrl() local 1821 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; aes_xts_init_key() local 1888 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; aes_xts_cipher() local [all...] |