Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/
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-3.20.0/core/lib/libtomcrypt/src/pk/x25519/
A Dx25519_shared_secret.c20 int x25519_shared_secret(const curve25519_key *private_key, in x25519_shared_secret()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
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-3.20.0/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_shared_secret.c21 int dsa_shared_secret(void *private_key, void *base, in dsa_shared_secret()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
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-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
A Dec25519_export.c28 unsigned char private_key[34]; in ec25519_export() local
A Dec25519_import_pkcs8.c30 unsigned char private_key[34]; in ec25519_import_pkcs8() local
/optee_os-3.20.0/core/lib/libtomcrypt/
A Ddh.c69 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
A Ded25519.c67 curve25519_key private_key = { in crypto_acipher_ed25519_sign() local
98 curve25519_key private_key = { in crypto_acipher_ed25519ctx_sign() local
A Dx25519.c69 *private_key, in crypto_acipher_x25519_shared_secret()
A Decc.c320 static TEE_Result _ltc_ecc_shared_secret(struct ecc_keypair *private_key, in _ltc_ecc_shared_secret()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Ddh.c57 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
A Decc.c284 static TEE_Result ecc_shared_secret(struct ecc_keypair *private_key, in ecc_shared_secret()
/optee_os-3.20.0/lib/libmbedtls/core/
A Ddh.c96 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
A Decc.c352 static TEE_Result ecc_shared_secret(struct ecc_keypair *private_key, in ecc_shared_secret()
/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Decc.c399 static TEE_Result shared_secret_fallback(struct ecc_keypair *private_key, in shared_secret_fallback()
445 static TEE_Result shared_secret(struct ecc_keypair *private_key, in shared_secret()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Decc.c332 static TEE_Result shared_secret(struct ecc_keypair *private_key, in shared_secret()
/optee_os-3.20.0/core/crypto/
A Dcrypto.c754 TEE_Result crypto_acipher_ecc_shared_secret(struct ecc_keypair *private_key, in crypto_acipher_ecc_shared_secret()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_srv.c3906 mbedtls_pk_context *private_key = mbedtls_ssl_own_key( ssl ); in ssl_decrypt_encrypted_pms() local

Completed in 23 milliseconds