Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Decc.c352 static const struct crypto_ecc_keypair_ops ecc_keypair_ops = { variable
397 return &ecc_keypair_ops; in crypto_asym_get_ecc_keypair_ops()
424 s->ops = &ecc_keypair_ops; in crypto_asym_alloc_ecc_keypair()
/optee_os/lib/libmbedtls/core/
H A Decc.c355 static const struct crypto_ecc_keypair_ops ecc_keypair_ops = { variable
381 return &ecc_keypair_ops; in crypto_asym_get_ecc_keypair_ops()
408 s->ops = &ecc_keypair_ops; in crypto_asym_alloc_ecc_keypair()
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c495 static const struct crypto_ecc_keypair_ops ecc_keypair_ops = { variable
529 key->ops = &ecc_keypair_ops; in drvcrypt_asym_alloc_ecc_keypair()