Searched refs:pub_ops (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 25 static const struct crypto_ecc_public_ops *pub_ops; variable 170 return pub_ops->verify(algo, key, msg, msg_len, sig, sig_len); in verify() 419 return pub_ops->free(s); in do_free_publickey() 456 pub_ops = crypto_asym_get_ecc_public_ops(TEE_TYPE_ECDSA_PUBLIC_KEY); in ecc_init() 457 if (!pub_ops) in ecc_init() 461 assert((pub_ops == in ecc_init()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 25 static const struct crypto_ecc_public_ops *pub_ops; variable 407 return pub_ops->verify(algo, key, msg, msg_len, sig, sig_len); in verify_fallback() 793 pub_ops = crypto_asym_get_ecc_public_ops(TEE_TYPE_ECDSA_PUBLIC_KEY); in ecc_init() 794 if (!pub_ops) in ecc_init() 802 assert((pub_ops == in ecc_init()
|