Lines Matching defs:ctx
133 int crypto_sha_init(struct udevice *dev, sha_context *ctx) in crypto_sha_init()
159 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output) in crypto_sha_final()
202 int crypto_hmac_init(struct udevice *dev, sha_context *ctx, in crypto_hmac_init()
229 int crypto_hmac_final(struct udevice *dev, sha_context *ctx, u8 *output) in crypto_hmac_final()
239 int crypto_sha_csum(struct udevice *dev, sha_context *ctx, in crypto_sha_csum()
257 int crypto_sha_regions_csum(struct udevice *dev, sha_context *ctx, in crypto_sha_regions_csum()
281 int crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, u8 *sign, u8 *output) in crypto_rsa_verify()
294 int crypto_ec_verify(struct udevice *dev, ec_key *ctx, u8 *hash, u32 hash_len, u8 *sign) in crypto_ec_verify()
307 int crypto_cipher(struct udevice *dev, cipher_context *ctx, in crypto_cipher()
321 int crypto_mac(struct udevice *dev, cipher_context *ctx, in crypto_mac()
335 int crypto_ae(struct udevice *dev, cipher_context *ctx, in crypto_ae()
350 int crypto_fw_cipher(struct udevice *dev, cipher_fw_context *ctx, in crypto_fw_cipher()