Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c252 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 Dbignum.c63 void crypto_bignum_copy(struct bignum *to, const struct bignum *from) in crypto_bignum_copy() function
A Decc.c194 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 Ddh.c84 crypto_bignum_copy(key->x, (void *)&dhm.X); in crypto_acipher_gen_dh_key()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h100 void crypto_bignum_copy(struct bignum *to, const struct bignum *from);
/optee_os-3.20.0/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-3.20.0/core/crypto/
A Dcrypto.c495 void crypto_bignum_copy(struct bignum *to __unused, in crypto_bignum_copy() function
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c857 crypto_bignum_copy(*bn, *src_bn); in op_attr_bignum_from_obj()

Completed in 16 milliseconds