Searched defs:crypto_ecc_public_ops (Results 1 – 1 of 1) sorted by relevance
332 struct crypto_ecc_public_ops { struct333 void (*free)(struct ecc_public_key *key);334 TEE_Result (*verify)(uint32_t algo, struct ecc_public_key *key,337 TEE_Result (*encrypt)(struct ecc_public_key *key, const uint8_t *src,
Completed in 3 milliseconds