Home
last modified time | relevance | path

Searched refs:dh_keypair (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/
A Ddh.c15 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 Ddh.c12 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 Ddh.c17 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 Ddrvcrypt_acipher.h172 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 Dcaam_dh.c58 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 Dcrypto.h142 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 Dcrypto.c656 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 Dtee_svc_cryp.c263 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