Searched refs:dh_keypair (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | dh.c | 15 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s, in crypto_acipher_alloc_dh_keypair() 38 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q, in crypto_acipher_gen_dh_key() 69 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
A D | dh.c | 12 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *key, in crypto_acipher_alloc_dh_keypair() 33 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q, in crypto_acipher_gen_dh_key() 57 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | dh.c | 17 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s, in crypto_acipher_alloc_dh_keypair() 45 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, in crypto_acipher_gen_dh_key() 96 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret()
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_acipher.h | 172 TEE_Result (*alloc_keypair)(struct dh_keypair *key, size_t size_bits); 174 TEE_Result (*gen_keypair)(struct dh_keypair *key, struct bignum *q,
|
/optee_os-3.20.0/core/drivers/crypto/caam/acipher/ |
A D | caam_dh.c | 58 const struct dh_keypair *inkey) in do_keypair_conv_p_g() 96 const struct dh_keypair *inkey) in do_keypriv_conv() 161 static TEE_Result do_allocate_keypair(struct dh_keypair *key, size_t size_bits) in do_allocate_keypair() 216 static TEE_Result do_gen_keypair(struct dh_keypair *key, in do_gen_keypair() 382 struct dh_keypair *inkeypair = sdata->key_priv; in do_shared_secret()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 142 struct dh_keypair { struct 197 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s, 216 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q, 240 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key,
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 656 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s __unused, in crypto_acipher_alloc_dh_keypair() 662 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key __unused, in crypto_acipher_gen_dh_key() 671 crypto_acipher_dh_shared_secret(struct dh_keypair *private_key __unused, in crypto_acipher_dh_shared_secret()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 263 RAW_DATA(struct dh_keypair, p) 270 RAW_DATA(struct dh_keypair, g) 277 RAW_DATA(struct dh_keypair, y) 284 RAW_DATA(struct dh_keypair, x) 291 RAW_DATA(struct dh_keypair, q) 298 RAW_DATA(struct dh_keypair, xbits) 564 sizeof(struct dh_keypair), 2074 struct dh_keypair *tee_dh_key; in tee_svc_obj_generate_key_dh() 2084 tee_dh_key = (struct dh_keypair *)o->attr; in tee_svc_obj_generate_key_dh()
|
Completed in 16 milliseconds