Searched refs:sec_cipher_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()218 struct sec_cipher_ctx ecb_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()393 struct sec_cipher_ctx *c_ctx = msg; in sec_cipher_bd3_fill()454 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()[all …]
66 struct sec_cipher_ctx { struct