Searched refs:keypair_ops (Results 1 – 1 of 1) sorted by relevance
24 static const struct crypto_ecc_keypair_ops *keypair_ops; variable262 return keypair_ops->sign(algo, key, msg, msg_len, sig, sig_len); in sign()336 return keypair_ops->shared_secret(private_key, public_key, in shared_secret()375 return keypair_ops->generate(s, size_bits); in do_gen_keypair()441 keypair_ops = crypto_asym_get_ecc_keypair_ops(TEE_TYPE_ECDSA_KEYPAIR); in ecc_init()442 if (!keypair_ops) in ecc_init()
Completed in 2 milliseconds