Searched refs:pair_ops (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 20 static const struct crypto_ecc_keypair_ops *pair_ops; 27 return pair_ops->shared_secret(private_key, public_key, 52 return pair_ops->sign(sdata->algo, sdata->key, in versal_ecc_error() 98 return pair_ops->generate(s, size_bits); in ecc_get_key_size() 191 pair_ops = crypto_asym_get_ecc_keypair_ops(TEE_TYPE_ECDSA_KEYPAIR); in verify() 192 if (!pair_ops) in verify() 202 (pair_ops == in verify() 24 static const struct crypto_ecc_keypair_ops *pair_ops; global() variable
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 24 static const struct crypto_ecc_keypair_ops *pair_ops; variable 375 return pair_ops->generate(key, len); in gen_fallback() 421 return pair_ops->sign(algo, key, msg, msg_len, sig, sig_len); in sign_fallback() 797 pair_ops = crypto_asym_get_ecc_keypair_ops(TEE_TYPE_ECDSA_KEYPAIR); in ecc_init() 798 if (!pair_ops) in ecc_init() 804 (pair_ops == in ecc_init()
|