Home
last modified time | relevance | path

Searched refs:crypto_bignum_copy (Results 1 – 11 of 11) sorted by relevance

/optee_os/lib/libmbedtls/core/
A Drsa.c224 crypto_bignum_copy(key->e, (void *)&rsa.E); in crypto_acipher_gen_rsa_key()
225 crypto_bignum_copy(key->d, (void *)&rsa.D); in crypto_acipher_gen_rsa_key()
226 crypto_bignum_copy(key->n, (void *)&rsa.N); in crypto_acipher_gen_rsa_key()
227 crypto_bignum_copy(key->p, (void *)&rsa.P); in crypto_acipher_gen_rsa_key()
229 crypto_bignum_copy(key->q, (void *)&rsa.Q); in crypto_acipher_gen_rsa_key()
230 crypto_bignum_copy(key->qp, (void *)&rsa.QP); in crypto_acipher_gen_rsa_key()
231 crypto_bignum_copy(key->dp, (void *)&rsa.DP); in crypto_acipher_gen_rsa_key()
232 crypto_bignum_copy(key->dq, (void *)&rsa.DQ); in crypto_acipher_gen_rsa_key()
A Decc.c164 crypto_bignum_copy(key->d, (void *)&ecdsa.d); in ecc_generate_keypair()
165 crypto_bignum_copy(key->x, (void *)&ecdsa.Q.X); in ecc_generate_keypair()
166 crypto_bignum_copy(key->y, (void *)&ecdsa.Q.Y); in ecc_generate_keypair()
A Dbignum.c63 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy() function
A Ddh.c84 crypto_bignum_copy(key->x, (void *)&dhm.X); in crypto_acipher_gen_dh_key()
/optee_os/core/include/crypto/
A Dcrypto.h99 void crypto_bignum_copy(struct bignum *to, const struct bignum *from);
/optee_os/core/lib/libtomcrypt/
A Dmpi_desc.c742 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy() function
/optee_os/core/crypto/
A Dcrypto.c492 void crypto_bignum_copy(struct bignum *to __unused, in crypto_bignum_copy() function
/optee_os/core/tee/
A Dtee_svc_cryp.c751 crypto_bignum_copy(*bn, *src_bn); in op_attr_bignum_from_obj()
/optee_os/out/arm/core/
A Dtee.symb_sizes1268 000000000e136130 000000000000003c T crypto_bignum_copy
A Dtee.map23742 .text.crypto_bignum_copy
23744 0x000000000e136130 crypto_bignum_copy
A Dtee.dmp2459 000000000e136130 g F .text 000000000000003c crypto_bignum_copy
53253 e122414: 94004f47 bl e136130 <crypto_bignum_copy>
82998 000000000e136130 <crypto_bignum_copy>:
82999 crypto_bignum_copy():
83006 e13613c: 34000140 cbz w0, e136164 <crypto_bignum_copy+0x34>

Completed in 211 milliseconds