Home
last modified time | relevance | path

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

/optee_os-3.20.0/ldelf/
A Dta_elf_rel.c280 TEE_Result res = ta_elf_resolve_sym(name, val, mod, NULL); in resolve_sym()
306 Elf32_Rel *rel, struct ta_elf **mod) in e32_tls_get_module() argument
322 resolve_sym(name, NULL, mod, false); in e32_tls_get_module()
406 struct ta_elf *mod = NULL; in e32_relocate() local
461 mod = elf; in e32_relocate()
463 str_tab_size, rel, &mod); in e32_relocate()
464 *where = mod->tls_mod_id; in e32_relocate()
527 struct ta_elf *mod = NULL; in e64_process_tls_tprel_rela() local
537 resolve_sym(name, &symval, &mod, !weak_undef); in e64_process_tls_tprel_rela()
539 mod = elf; in e64_process_tls_tprel_rela()
[all …]
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_types.h39 uint8_t mod; /* Key modulus */ member
/optee_os-3.20.0/core/drivers/crypto/caam/cipher/
A Dcaam_cipher.c35 .def_key = { .min = 16, .max = 32, .mod = 8 },
44 .def_key = { .min = 16, .max = 32, .mod = 8 },
53 .def_key = { .min = 16, .max = 32, .mod = 8 },
65 .def_key = { .min = 16, .max = 32, .mod = 8 },
80 .def_key = { .min = 8, .max = 8, .mod = 8 },
89 .def_key = { .min = 8, .max = 8, .mod = 8 },
104 .def_key = { .min = 16, .max = 24, .mod = 8 },
114 .def_key = { .min = 16, .max = 24, .mod = 8 },
155 if (size >= def->min && size <= def->max && !(size % def->mod)) in do_check_keysize()
A Dcaam_cipher_mac.c35 .mod = 8
49 .mod = 8
66 .mod = 8
83 .mod = 8
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c419 static int mod(void *a, void *b, void *c) in mod() function
438 return mod(d, c, d); in addmod()
448 return mod(d, c, d); in submod()
460 res = mod(a, c, &ta); in mulmod()
463 res = mod(b, c, &tb); in mulmod()
469 res = mod(d, c, d); in mulmod()
/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c108 size_t mod = 0; in __utee_call_elf_init_fn() local
117 if (mod == num_mod - _num_mod_init) in __utee_call_elf_init_fn()
125 mod++; in __utee_call_elf_init_fn()
127 _num_mod_init += mod; in __utee_call_elf_init_fn()
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.c176 #define IS_ALGOMODE(cr, mod) \ argument
177 (((cr) & _CRYP_CR_ALGOMODE_MSK) == (_CRYP_CR_ALGOMODE_##mod << \
180 #define SET_ALGOMODE(mod, cr) \ argument
181 clrsetbits(&(cr), _CRYP_CR_ALGOMODE_MSK, (_CRYP_CR_ALGOMODE_##mod << \
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog627 invertible (mod N), instead of returning MBEDTLS_ERR_RSA_RNG_FAILED. This
3550 * Fix ECDSA corner case: missing reduction mod N (found by DualTachyon)

Completed in 23 milliseconds