Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 22 of 22) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
H A Ded25519_sign.c15 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 Dx25519_shared_secret.c20 int x25519_shared_secret(const curve25519_key *private_key, in x25519_shared_secret()
/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_shared_secret.c16 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 Ddsa_shared_secret.c21 int dsa_shared_secret(void *private_key, void *base, in dsa_shared_secret()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_shared_secret.c21 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 Dec25519_export.c28 unsigned char private_key[34]; in ec25519_export() local
H A Dec25519_import_pkcs8.c30 unsigned char private_key[34]; in ec25519_import_pkcs8() local
/optee_os/core/lib/libtomcrypt/
H A Ded25519.c84 curve25519_key private_key = { in crypto_acipher_ed25519_sign() local
120 curve25519_key private_key = { in crypto_acipher_ed25519ctx_sign() local
H A Ddh.c69 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
H A Dx25519.c68 TEE_Result crypto_acipher_x25519_shared_secret(struct montgomery_keypair in crypto_acipher_x25519_shared_secret()
H A Decc.c315 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 Ddh.c57 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
H A Decc.c291 static TEE_Result ecc_shared_secret(struct ecc_keypair *private_key, in ecc_shared_secret()
/optee_os/lib/libmbedtls/core/
H A Ddh.c97 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
H A Decc.c312 static TEE_Result ecc_shared_secret(struct ecc_keypair *private_key, in ecc_shared_secret()
/optee_os/core/pta/veraison_attestation/
H A Dsign.c112 const uint8_t private_key[] = PRIVATE_KEY; in generate_key() local
/optee_os/core/drivers/crypto/se050/core/
H A Decc.c378 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 Decc.c386 static TEE_Result shared_secret(struct ecc_keypair *private_key, in shared_secret()
/optee_os/core/drivers/crypto/versal/
H A Decc.c323 static TEE_Result shared_secret(struct ecc_keypair *private_key, in shared_secret()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls12_server.c2720 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 Dpsa_crypto.c7774 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 Dcrypto.c785 TEE_Result crypto_acipher_ecc_shared_secret(struct ecc_keypair *private_key, in crypto_acipher_ecc_shared_secret()