Lines Matching defs:ctx

135 aes_encrypt_key_gcm(const unsigned char *key, int key_len, ccgcm_ctx *ctx)  in aes_encrypt_key_gcm()
146 …_key_with_iv_gcm(const unsigned char *key, int key_len, const unsigned char *in_iv, ccgcm_ctx *ctx) in aes_encrypt_key_with_iv_gcm()
157 aes_encrypt_set_iv_gcm(const unsigned char *in_iv, unsigned int len, ccgcm_ctx *ctx) in aes_encrypt_set_iv_gcm()
168 aes_encrypt_reset_gcm(ccgcm_ctx *ctx) in aes_encrypt_reset_gcm()
179 aes_encrypt_inc_iv_gcm(unsigned char *out_iv, ccgcm_ctx *ctx) in aes_encrypt_inc_iv_gcm()
190 aes_encrypt_aad_gcm(const unsigned char *aad, unsigned int aad_bytes, ccgcm_ctx *ctx) in aes_encrypt_aad_gcm()
202 unsigned char *out_blk, ccgcm_ctx *ctx) in aes_encrypt_gcm()
213 aes_encrypt_finalize_gcm(unsigned char *tag, size_t tag_bytes, ccgcm_ctx *ctx) in aes_encrypt_finalize_gcm()
229 aes_decrypt_key_gcm(const unsigned char *key, int key_len, ccgcm_ctx *ctx) in aes_decrypt_key_gcm()
240 …_key_with_iv_gcm(const unsigned char *key, int key_len, const unsigned char *in_iv, ccgcm_ctx *ctx) in aes_decrypt_key_with_iv_gcm()
251 aes_decrypt_set_iv_gcm(const unsigned char *in_iv, size_t len, ccgcm_ctx *ctx) in aes_decrypt_set_iv_gcm()
267 aes_decrypt_reset_gcm(ccgcm_ctx *ctx) in aes_decrypt_reset_gcm()
278 aes_decrypt_inc_iv_gcm(unsigned char *out_iv, ccgcm_ctx *ctx) in aes_decrypt_inc_iv_gcm()
289 aes_decrypt_aad_gcm(const unsigned char *aad, unsigned int aad_bytes, ccgcm_ctx *ctx) in aes_decrypt_aad_gcm()
301 unsigned char *out_blk, ccgcm_ctx *ctx) in aes_decrypt_gcm()
312 aes_decrypt_finalize_gcm(unsigned char *tag, size_t tag_bytes, ccgcm_ctx *ctx) in aes_decrypt_finalize_gcm()