Searched defs:c_ctx (Results 1 – 2 of 2) sorted by relevance
136 static TEE_Result sec_cipher_set_key(struct sec_cipher_ctx *c_ctx, in sec_cipher_set_key()215 static TEE_Result xts_iv_update(struct sec_cipher_ctx *c_ctx) in xts_iv_update()253 static TEE_Result sec_update_iv(struct sec_cipher_ctx *c_ctx) in sec_update_iv()282 static TEE_Result sec_cipher_iv_check(struct sec_cipher_ctx *c_ctx, in sec_cipher_iv_check()316 static TEE_Result sec_cipher_set_iv(struct sec_cipher_ctx *c_ctx, in sec_cipher_set_iv()344 struct sec_cipher_ctx *c_ctx = msg; in sec_cipher_bd_fill() local393 struct sec_cipher_ctx *c_ctx = msg; in sec_cipher_bd3_fill() local454 static TEE_Result crypto_set_alg(struct sec_cipher_ctx *c_ctx, uint32_t alg) in crypto_set_alg()480 static TEE_Result crypto_set_mode(struct sec_cipher_ctx *c_ctx, uint32_t mode) in crypto_set_mode()508 struct sec_cipher_ctx *c_ctx = NULL; in sec_cipher_ctx_allocate() local[all …]
58 struct crypto_cipher_ctx c_ctx; member