Home
last modified time | relevance | path

Searched refs:ecc_public_key_ops (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Decc.c358 static const struct crypto_ecc_public_ops ecc_public_key_ops = { variable
475 return &ecc_public_key_ops; in crypto_asym_get_ecc_public_ops()
502 s->ops = &ecc_public_key_ops; in crypto_asym_alloc_ecc_public_key()
/optee_os/lib/libmbedtls/core/
H A Decc.c454 static const struct crypto_ecc_public_ops ecc_public_key_ops = { variable
479 return &ecc_public_key_ops; in crypto_asym_get_ecc_public_ops()
508 s->ops = &ecc_public_key_ops; in crypto_asym_alloc_ecc_public_key()
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c547 static const struct crypto_ecc_public_ops ecc_public_key_ops = { variable
580 key->ops = &ecc_public_key_ops; in drvcrypt_asym_alloc_ecc_public_key()