| /optee_os/core/lib/libtomcrypt/src/pk/ed25519/ |
| H A D | ed25519_verify.c | 16 const curve25519_key *public_key) in s_ed25519_verify() 71 const curve25519_key *public_key) in ed25519ctx_verify() 100 const curve25519_key *public_key) in ed25519ph_verify() 129 const curve25519_key *public_key) in ed25519_verify()
|
| /optee_os/core/lib/libtomcrypt/src/pk/x25519/ |
| H A D | x25519_shared_secret.c | 21 const curve25519_key *public_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 | 22 const dsa_key *public_key, 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/asn1/x509/ |
| H A D | x509_encode_subject_public_key_info.c | 35 unsigned int algorithm, const void* public_key, unsigned long public_key_len, in x509_encode_subject_public_key_info()
|
| H A D | x509_decode_subject_public_key_info.c | 35 unsigned int algorithm, void* public_key, unsigned long* public_key_len, in x509_decode_subject_public_key_info()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ed25519.c | 159 curve25519_key public_key = { in crypto_acipher_ed25519_verify() local 186 curve25519_key public_key = { in crypto_acipher_ed25519ctx_verify() local
|
| H A D | dh.c | 70 struct bignum *public_key, in crypto_acipher_dh_shared_secret()
|
| H A D | x25519.c | 70 void *public_key, in crypto_acipher_x25519_shared_secret()
|
| H A D | ecc.c | 316 struct ecc_public_key *public_key, in _ltc_ecc_shared_secret()
|
| /optee_os/core/drivers/crypto/crypto_api/acipher/ |
| H A D | dh.c | 58 struct bignum *public_key, in crypto_acipher_dh_shared_secret()
|
| H A D | ecc.c | 292 struct ecc_public_key *public_key, in ecc_shared_secret()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | dh.c | 98 struct bignum *public_key, in crypto_acipher_dh_shared_secret()
|
| H A D | ecc.c | 313 struct ecc_public_key *public_key, in ecc_shared_secret()
|
| /optee_os/scripts/ |
| H A D | sign_helper_kms.py | 42 def public_key(self) -> RSAPublicKey: member in _RSAPrivateKeyInKMS
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 379 struct ecc_public_key *public_key, in shared_secret_fallback() 425 struct ecc_public_key *public_key, in shared_secret()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | ecc.c | 387 struct ecc_public_key *public_key, in shared_secret()
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 324 struct ecc_public_key *public_key, in shared_secret()
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 786 struct ecc_public_key *public_key, in crypto_acipher_ecc_shared_secret()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls12_server.c | 3432 mbedtls_pk_context *public_key = &own_cert->pk; in ssl_decrypt_encrypted_pms() local
|