Home
last modified time | relevance | path

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

/optee_os/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/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/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/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/core/include/crypto/
A Dcrypto.h141 struct dh_keypair { struct
185 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s,
200 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q,
204 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key,
/optee_os/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_acipher.h171 TEE_Result (*alloc_keypair)(struct dh_keypair *key, size_t size_bits);
173 TEE_Result (*gen_keypair)(struct dh_keypair *key, struct bignum *q,
/optee_os/core/crypto/
A Dcrypto.c653 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s __unused, in crypto_acipher_alloc_dh_keypair()
659 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key __unused, in crypto_acipher_gen_dh_key()
668 crypto_acipher_dh_shared_secret(struct dh_keypair *private_key __unused, in crypto_acipher_dh_shared_secret()
/optee_os/core/tee/
A Dtee_svc_cryp.c254 RAW_DATA(struct dh_keypair, p)
261 RAW_DATA(struct dh_keypair, g)
268 RAW_DATA(struct dh_keypair, y)
275 RAW_DATA(struct dh_keypair, x)
282 RAW_DATA(struct dh_keypair, q)
289 RAW_DATA(struct dh_keypair, xbits)
472 sizeof(struct dh_keypair),
1821 struct dh_keypair *tee_dh_key; in tee_svc_obj_generate_key_dh()
1831 tee_dh_key = (struct dh_keypair *)o->attr; in tee_svc_obj_generate_key_dh()

Completed in 21 milliseconds