Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 3 of 3) sorted by relevance

/optee_test/host/xtest/gp/include/
A Dxml_timearithm_api.h650 uint32_t op1, uint32_t op2, uint32_t mod) in Invoke_BigIntAddMod() argument
671 uint32_t op1, uint32_t op2, uint32_t mod) in Invoke_BigIntMulMod() argument
765 uint32_t mod_size, uint32_t mod) in Invoke_BigIntInitFMMContext() argument
780 uint32_t src, uint32_t mod, in Invoke_BigIntConvertToFMM() argument
790 uint32_t src, uint32_t mod, in Invoke_BigIntConvertFromFMM() argument
800 uint32_t mod, uint32_t ctx) in Invoke_BigIntComputeFMM() argument
815 uint32_t mod) in Invoke_BigIntMod() argument
822 uint32_t mod) in Invoke_BigIntInvMod() argument
824 return Invoke_Simple_Function_v2(c, sess, cmd, dst, mod, op, 0); in Invoke_BigIntInvMod()
860 uint32_t op, uint32_t mod) in Invoke_BigIntSquareMod() argument
[all …]
A Dxml_crypto_api.h2780 struct key_attr mod; member
2786 .mod = KEY_ATTR(TEE_ATTR_RSA_MODULUS_VALUE01),
2832 attr == rsa_key_vals[n].mod.val || in get_rsa_key_vals()
3079 BIGNUM *mod = bn_from_key_attr(&kv->mod); in rsa_from_key_vals() local
3082 if (!key || !priv || !pub || !mod) in rsa_from_key_vals()
3085 if (!RSA_set0_key(key, mod, pub, priv)) in rsa_from_key_vals()
3093 BN_free(mod); in rsa_from_key_vals()
/optee_test/host/openssl/include/openssl/
A Dbn.h586 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx);
589 const BIGNUM *mod, BN_CTX *ctx);
595 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);

Completed in 16 milliseconds