Searched refs:pub_ops (Results 1 – 2 of 2) sorted by relevance
21 static const struct crypto_ecc_public_ops *pub_ops;75 return pub_ops->verify(sdata->algo, sdata->key, in versal_ecc_error() 163 return pub_ops->free(s); in verify() 195 pub_ops = crypto_asym_get_ecc_public_ops(TEE_TYPE_ECDSA_PUBLIC_KEY); in verify() 196 if (!pub_ops) in verify() 200 assert((pub_ops == in verify() 25 static const struct crypto_ecc_public_ops *pub_ops; global() variable
25 static const struct crypto_ecc_public_ops *pub_ops; variable407 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()