Lines Matching defs:ctx
31 struct des_ctx ctx; in des_encrypt() local
54 void *ctx; in nettle_digest_vector() local
111 struct hmac_md5_ctx ctx; in hmac_md5_vector() local
136 struct hmac_sha1_ctx ctx; in hmac_sha1_vector() local
163 struct hmac_sha256_ctx ctx; in hmac_sha256_vector() local
192 struct hmac_sha384_ctx ctx; in hmac_sha384_vector() local
221 struct hmac_sha512_ctx ctx; in hmac_sha512_vector() local
247 struct aes_ctx *ctx; in aes_encrypt_init() local
261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
269 void aes_encrypt_deinit(void *ctx) in aes_encrypt_deinit()
278 struct aes_ctx *ctx; in aes_decrypt_init() local
292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
300 void aes_decrypt_deinit(void *ctx) in aes_decrypt_deinit()
415 struct crypto_cipher *ctx; in crypto_cipher_init() local
436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
466 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()