Searched refs:crypto_bignum_copy (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libmbedtls/core/ |
| H A D | rsa.c | 313 crypto_bignum_copy(key->e, (void *)&rsa.E); in sw_crypto_acipher_gen_rsa_key() 314 crypto_bignum_copy(key->d, (void *)&rsa.D); in sw_crypto_acipher_gen_rsa_key() 315 crypto_bignum_copy(key->n, (void *)&rsa.N); in sw_crypto_acipher_gen_rsa_key() 316 crypto_bignum_copy(key->p, (void *)&rsa.P); in sw_crypto_acipher_gen_rsa_key() 318 crypto_bignum_copy(key->q, (void *)&rsa.Q); in sw_crypto_acipher_gen_rsa_key() 319 crypto_bignum_copy(key->qp, (void *)&rsa.QP); in sw_crypto_acipher_gen_rsa_key() 320 crypto_bignum_copy(key->dp, (void *)&rsa.DP); in sw_crypto_acipher_gen_rsa_key() 321 crypto_bignum_copy(key->dq, (void *)&rsa.DQ); in sw_crypto_acipher_gen_rsa_key()
|
| H A D | bignum.c | 63 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy() function
|
| H A D | ecc.c | 154 crypto_bignum_copy(key->d, (void *)&ecdsa.d); in ecc_generate_keypair() 155 crypto_bignum_copy(key->x, (void *)&ecdsa.Q.X); in ecc_generate_keypair() 156 crypto_bignum_copy(key->y, (void *)&ecdsa.Q.Y); in ecc_generate_keypair()
|
| H A D | dh.c | 85 crypto_bignum_copy(key->x, (void *)&dhm.X); in crypto_acipher_gen_dh_key()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 100 void crypto_bignum_copy(struct bignum *to, const struct bignum *from);
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 741 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy() function
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 524 void crypto_bignum_copy(struct bignum *to __unused, in crypto_bignum_copy() function
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 923 crypto_bignum_copy(*bn, *src_bn); in op_attr_bignum_from_obj()
|