Searched refs:crypto_bignum_copy (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | rsa.c | 252 crypto_bignum_copy(key->e, (void *)&rsa.E); in sw_crypto_acipher_gen_rsa_key() 253 crypto_bignum_copy(key->d, (void *)&rsa.D); in sw_crypto_acipher_gen_rsa_key() 254 crypto_bignum_copy(key->n, (void *)&rsa.N); in sw_crypto_acipher_gen_rsa_key() 255 crypto_bignum_copy(key->p, (void *)&rsa.P); in sw_crypto_acipher_gen_rsa_key() 257 crypto_bignum_copy(key->q, (void *)&rsa.Q); in sw_crypto_acipher_gen_rsa_key() 258 crypto_bignum_copy(key->qp, (void *)&rsa.QP); in sw_crypto_acipher_gen_rsa_key() 259 crypto_bignum_copy(key->dp, (void *)&rsa.DP); in sw_crypto_acipher_gen_rsa_key() 260 crypto_bignum_copy(key->dq, (void *)&rsa.DQ); in sw_crypto_acipher_gen_rsa_key()
|
A D | bignum.c | 63 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy() function
|
A D | ecc.c | 194 crypto_bignum_copy(key->d, (void *)&ecdsa.d); in ecc_generate_keypair() 195 crypto_bignum_copy(key->x, (void *)&ecdsa.Q.X); in ecc_generate_keypair() 196 crypto_bignum_copy(key->y, (void *)&ecdsa.Q.Y); in ecc_generate_keypair()
|
A D | dh.c | 84 crypto_bignum_copy(key->x, (void *)&dhm.X); in crypto_acipher_gen_dh_key()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 100 void crypto_bignum_copy(struct bignum *to, const struct bignum *from);
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 742 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy() function
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 495 void crypto_bignum_copy(struct bignum *to __unused, in crypto_bignum_copy() function
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 857 crypto_bignum_copy(*bn, *src_bn); in op_attr_bignum_from_obj()
|
Completed in 16 milliseconds