| /optee_os/core/lib/libtomcrypt/src/pk/ed25519/ |
| H A D | ed25519_sign.c | 15 const curve25519_key *private_key) in s_ed25519_sign() 67 const curve25519_key *private_key) in ed25519ctx_sign() 94 const curve25519_key *private_key) in ed25519ph_sign() 121 const curve25519_key *private_key) in ed25519_sign()
|
| /optee_os/core/lib/libtomcrypt/src/pk/x25519/ |
| H A D | x25519_shared_secret.c | 20 int x25519_shared_secret(const curve25519_key *private_key, in x25519_shared_secret()
|
| /optee_os/core/lib/libtomcrypt/src/pk/dh/ |
| H A D | dh_shared_secret.c | 16 int dh_shared_secret(const dh_key *private_key, const dh_key *public_key, in dh_shared_secret()
|
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_shared_secret.c | 21 int dsa_shared_secret(void *private_key, void *base, in dsa_shared_secret()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_shared_secret.c | 21 int ecc_shared_secret(const ecc_key *private_key, const ecc_key *public_key, in ecc_shared_secret()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | ec25519_export.c | 28 unsigned char private_key[34]; in ec25519_export() local
|
| H A D | ec25519_import_pkcs8.c | 30 unsigned char private_key[34]; in ec25519_import_pkcs8() local
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ed25519.c | 84 curve25519_key private_key = { in crypto_acipher_ed25519_sign() local 120 curve25519_key private_key = { in crypto_acipher_ed25519ctx_sign() local
|
| H A D | dh.c | 69 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
|
| H A D | x25519.c | 68 TEE_Result crypto_acipher_x25519_shared_secret(struct montgomery_keypair in crypto_acipher_x25519_shared_secret()
|
| H A D | ecc.c | 315 static TEE_Result _ltc_ecc_shared_secret(struct ecc_keypair *private_key, in _ltc_ecc_shared_secret()
|
| /optee_os/core/drivers/crypto/crypto_api/acipher/ |
| H A D | dh.c | 57 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
|
| H A D | ecc.c | 291 static TEE_Result ecc_shared_secret(struct ecc_keypair *private_key, in ecc_shared_secret()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | dh.c | 97 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
|
| H A D | ecc.c | 312 static TEE_Result ecc_shared_secret(struct ecc_keypair *private_key, in ecc_shared_secret()
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | sign.c | 112 const uint8_t private_key[] = PRIVATE_KEY; in generate_key() local
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 378 static TEE_Result shared_secret_fallback(struct ecc_keypair *private_key, in shared_secret_fallback() 424 static TEE_Result shared_secret(struct ecc_keypair *private_key, in shared_secret()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | ecc.c | 386 static TEE_Result shared_secret(struct ecc_keypair *private_key, in shared_secret()
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 323 static TEE_Result shared_secret(struct ecc_keypair *private_key, in shared_secret()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls12_server.c | 2720 const mbedtls_pk_context *private_key = mbedtls_ssl_own_key(ssl); in ssl_get_ecdh_params_from_cert() local 3433 mbedtls_pk_context *private_key = mbedtls_ssl_own_key(ssl); in ssl_decrypt_encrypted_pms() local
|
| H A D | psa_crypto.c | 7774 psa_key_slot_t *private_key, in psa_key_agreement_raw_internal() 7799 psa_key_slot_t *private_key, in psa_key_agreement_internal() 7834 mbedtls_svc_key_id_t private_key, in psa_key_derivation_key_agreement() 7877 mbedtls_svc_key_id_t private_key, in psa_raw_key_agreement()
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 785 TEE_Result crypto_acipher_ecc_shared_secret(struct ecc_keypair *private_key, in crypto_acipher_ecc_shared_secret()
|