Home
last modified time | relevance | path

Searched refs:hpre_bin_to_crypto_bin (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_main.h92 enum hisi_drv_status hpre_bin_to_crypto_bin(uint8_t *dst, const uint8_t *src,
H A Dhpre_ecc.c467 ret = hpre_bin_to_crypto_bin(rx, rx, msg->key_bytes, in ecc_dh_out_to_crypto_bin()
474 ret = hpre_bin_to_crypto_bin(ry, ry, msg->key_bytes, in ecc_dh_out_to_crypto_bin()
489 ret = hpre_bin_to_crypto_bin(r, r, msg->key_bytes, in ecc_sign_out_to_crypto_bin()
496 ret = hpre_bin_to_crypto_bin(s, s, msg->key_bytes, in ecc_sign_out_to_crypto_bin()
H A Dhpre_main.c111 enum hisi_drv_status hpre_bin_to_crypto_bin(uint8_t *dst, const uint8_t *src, in hpre_bin_to_crypto_bin() function
H A Dhpre_dh.c94 if (hpre_bin_to_crypto_bin(msg->out, msg->out, msg->key_bytes, in hpre_dh_parse_sqe()
H A Dhpre_montgomery.c348 if (hpre_bin_to_crypto_bin(rx, rx, msg->key_bytes, msg->curve_bytes)) { in hpre_montgomery_parse_sqe()