Lines Matching defs:ctx
275 static int rk_sha_init(struct udevice *dev, sha_context *ctx, in rk_sha_init()
381 static int rockchip_crypto_sha_init(struct udevice *dev, sha_context *ctx) in rockchip_crypto_sha_init()
391 static int rockchip_crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output) in rockchip_crypto_sha_final()
422 static int rockchip_crypto_hmac_init(struct udevice *dev, sha_context *ctx, u8 *key, u32 key_len) in rockchip_crypto_hmac_init()
432 static int rockchip_crypto_hmac_final(struct udevice *dev, sha_context *ctx, u8 *output) in rockchip_crypto_hmac_final()
708 u32 ce_algo, u32 ce_mode, cipher_context *ctx) in rk_set_symm_td_buf_key()
751 static int rk_crypto_cipher(struct udevice *dev, cipher_context *ctx, in rk_crypto_cipher()
894 static int rockchip_crypto_cipher(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_cipher()
900 static int rockchip_crypto_mac(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_mac()
906 static int rockchip_crypto_ae(struct udevice *dev, cipher_context *ctx, in rockchip_crypto_ae()
914 int rockchip_crypto_fw_cipher(struct udevice *dev, cipher_fw_context *ctx, in rockchip_crypto_fw_cipher()
948 static int rockchip_crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, in rockchip_crypto_rsa_verify()
1009 static int rockchip_crypto_ec_verify(struct udevice *dev, ec_key *ctx, in rockchip_crypto_ec_verify()