Searched refs:hpre_bin_to_crypto_bin (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hpre_main.h | 92 enum hisi_drv_status hpre_bin_to_crypto_bin(uint8_t *dst, const uint8_t *src,
|
| H A D | hpre_ecc.c | 467 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 D | hpre_main.c | 111 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 D | hpre_dh.c | 94 if (hpre_bin_to_crypto_bin(msg->out, msg->out, msg->key_bytes, in hpre_dh_parse_sqe()
|
| H A D | hpre_montgomery.c | 348 if (hpre_bin_to_crypto_bin(rx, rx, msg->key_bytes, msg->curve_bytes)) { in hpre_montgomery_parse_sqe()
|