/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
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-3.20.0/core/lib/libtomcrypt/src/pk/x25519/ |
A D | x25519_shared_secret.c | 21 const curve25519_key *public_key, in x25519_shared_secret()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
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-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_shared_secret.c | 22 const dsa_key *public_key, in dsa_shared_secret()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/x509/ |
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()
|
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-3.20.0/core/lib/libtomcrypt/ |
A D | dh.c | 70 struct bignum *public_key, in crypto_acipher_dh_shared_secret()
|
A D | ed25519.c | 132 curve25519_key public_key = { in crypto_acipher_ed25519_verify() local 159 curve25519_key public_key = { in crypto_acipher_ed25519ctx_verify() local
|
A D | x25519.c | 70 void *public_key, in crypto_acipher_x25519_shared_secret()
|
A D | ecc.c | 321 struct ecc_public_key *public_key, in _ltc_ecc_shared_secret()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
A D | dh.c | 58 struct bignum *public_key, in crypto_acipher_dh_shared_secret()
|
A D | ecc.c | 285 struct ecc_public_key *public_key, in ecc_shared_secret()
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | dh.c | 97 struct bignum *public_key, in crypto_acipher_dh_shared_secret()
|
A D | ecc.c | 353 struct ecc_public_key *public_key, in ecc_shared_secret()
|
/optee_os-3.20.0/scripts/ |
A D | sign_helper_kms.py | 42 def public_key(self) -> RSAPublicKey: member in _RSAPrivateKeyInKMS
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | ecc.c | 400 struct ecc_public_key *public_key, in shared_secret_fallback() 446 struct ecc_public_key *public_key, in shared_secret()
|
/optee_os-3.20.0/core/drivers/crypto/versal/ |
A D | ecc.c | 333 struct ecc_public_key *public_key, in shared_secret()
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 755 struct ecc_public_key *public_key, in crypto_acipher_ecc_shared_secret()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ssl_srv.c | 3907 mbedtls_pk_context *public_key = &mbedtls_ssl_own_cert( ssl )->pk; in ssl_decrypt_encrypted_pms() local
|