Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/versal/
H A Decc_mbox.c110 static void crypto_bignum_bn2bin_eswap(uint32_t curve, in crypto_bignum_bn2bin_eswap() function
178 crypto_bignum_bn2bin_eswap(key->curve, key->x, x.buf); in versal_ecc_verify()
179 crypto_bignum_bn2bin_eswap(key->curve, key->y, in versal_ecc_verify()
278 crypto_bignum_bn2bin_eswap(key->curve, ephemeral.d, k.buf); in versal_ecc_sign()
285 crypto_bignum_bn2bin_eswap(key->curve, key->d, d.buf); in versal_ecc_sign()