Searched refs:ecc_get_key_size (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/versal/ |
A D | ecc.c | 84 static TEE_Result ecc_get_key_size(uint32_t curve, size_t *bytes, size_t *bits) in ecc_get_key_size() function 113 if (ecc_get_key_size(curve, &bytes, &bits)) in crypto_bignum_bn2bin_eswap() 180 ret = ecc_get_key_size(key->curve, &bytes, &bits); in verify() 256 ret = ecc_get_key_size(key->curve, &bytes, &bits); in sign()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | ecc.c | 136 static TEE_Result ecc_get_key_size(uint32_t curve, uint32_t algo, in ecc_get_key_size() function 460 ret = ecc_get_key_size(private_key->curve, 0, &key_bytes, &key_bits); in shared_secret() 524 res = ecc_get_key_size(key->curve, algo, &key_bytes, &key_bits); in sign() 601 res = ecc_get_key_size(key->curve, algo, &key_bytes, &key_bits); in verify() 657 ret = ecc_get_key_size(key->curve, 0, &bytes, &bits); in gen_keypair()
|
Completed in 5 milliseconds