Searched refs:pub_ops (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/versal/ |
A D | ecc.c | 25 static const struct crypto_ecc_public_ops *pub_ops; variable 186 return pub_ops->verify(algo, key, msg, msg_len, sig, sig_len); in verify() 408 return pub_ops->free(s); in do_free_publickey() 445 pub_ops = crypto_asym_get_ecc_public_ops(TEE_TYPE_ECDSA_PUBLIC_KEY); in ecc_init() 446 if (!pub_ops) in ecc_init()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | ecc.c | 24 static const struct crypto_ecc_public_ops *pub_ops; variable 428 return pub_ops->verify(algo, key, msg, msg_len, sig, sig_len); in verify_fallback() 797 pub_ops = crypto_asym_get_ecc_public_ops(TEE_TYPE_ECDSA_PUBLIC_KEY); in ecc_init() 798 if (!pub_ops) in ecc_init()
|
Completed in 4 milliseconds