Home
last modified time | relevance | path

Searched refs:number (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_sgt.c26 ROUNDUP(sgtbuf->number, CFG_CAAM_SGT_ALIGN) * in caam_sgt_entries_cache_clean()
39 SGT_TRACE("SGT @%p %d entries", insgt, insgt->number); in caam_sgt_cache_op()
40 for (idx = 0; idx < insgt->number && rem_length; idx++) { in caam_sgt_cache_op()
53 SGT_TRACE("Create %d SGT entries", sgt->number); in caam_sgt_fill_table()
55 for (idx = 0; idx < sgt->number - 1; idx++) { in caam_sgt_fill_table()
77 from->number); in caam_sgt_derive()
84 for (; idx < from->number && off >= from->buf[idx].length; idx++) in caam_sgt_derive()
88 sgt->number = 1; in caam_sgt_derive()
91 for (idx++; idx < from->number && rlength; idx++) { in caam_sgt_derive()
93 sgt->number++; in caam_sgt_derive()
[all …]
H A Dutils_dmaobj.c883 for (idx = 0; idx < obj->sgtbuf.number; idx++) { in caam_dmaobj_copy_to_orig()
918 for (idx = 0; idx < obj->sgtbuf.number; idx++) { in caam_dmaobj_copy_ltrim_to_orig()
949 for (; idx < obj->sgtbuf.number; idx++) { in caam_dmaobj_copy_ltrim_to_orig()
1005 obj->sgtbuf.number = priv->nb_sgtbuf; in caam_dmaobj_free()
1023 if (obj->sgtbuf.number) { in caam_dmaobj_free()
1024 DMAOBJ_TRACE("Free #%d SGT/Buffer %p", obj->sgtbuf.number, in caam_dmaobj_free()
1336 obj->sgtbuf.number = priv->nb_sgtbuf; in caam_dmaobj_sgtbuf_build()
1344 obj->sgtbuf.number = nb_sgt; in caam_dmaobj_sgtbuf_build()
1350 obj->sgtbuf.number, retstatus); in caam_dmaobj_sgtbuf_build()
1364 obj->sgtbuf.number = nb_sgt; in caam_dmaobj_sgtbuf_build()
/optee_os/core/arch/arm/dts/
H A Dstm32mp157c-dhcom-pdk2.dts8 * DHCOM PCB number: 587-200 or newer
9 * PDK2 PCB number: 516-400 or newer
H A Dstm32mp157a-dhcor-avenger96.dts9 * DHCOR PCB number: 586-100 or newer
10 * Avenger96 PCB number: 588-200 or newer
H A Dstm32mp135f-dk.dts155 st,wakeup-pin-number = <1>;
H A Dfsl-lx2160a.dtsi1286 * Define the maximum number of MACs present on the SoC.
/optee_os/scripts/
H A Dcheckpatch.sh35 <COMMIT> Any commit or any number of commits.
36 <SELECTION> Any number of Git Revision Selections. (requires git v2.19)
/optee_os/lib/libutils/isoc/
H A Dbget.doc71 number of separate buffer pools, there is no limit on the total storage
131 space required to satisfy the allocation request and a sequence number
137 next-higher sequence number.
209 specifying the number of bytes (total buffer size, including header
211 number indicating the number of consecutive calls on <compact>
212 attempting to satisfy this allocation request. The sequence number is 1
255 <nget> and <nrel> are filled, respectively, with the number of
256 successful (non-NULL return) bget() calls and the number of brel()
265 expansion block releases are disabled. The number of currently active
268 respectively, the number of expansion block acquisitions and releases
[all …]
/optee_os/ldelf/
H A Dsyscalls_a32.S29 @ Tell number of arguments passed on the stack
/optee_os/lib/libutee/arch/arm/
H A Dutee_syscalls_a32.S39 @ Tell number of arguments passed on the stack
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_utils_sgt.h63 unsigned int number; /* Number of SGT/Buf */ member
/optee_os/lib/libutils/ext/
H A Dsnprintk.c396 goto number; in kprintf()
494 number: if ((dprec = prec) >= 0) in kprintf()
/optee_os/core/lib/qcbor/
H A DREADME.md151 Generally, QCBOR supports safe conversion of most CBOR number formats
152 into number formats supported in C. For example, a data item can be
154 unsigned 64-bit integer, signed 64-bit integer, floating-point number,
155 big number, decimal fraction or a big float. The conversion is
353 Compilers support a number of options that control
394 main factor is the number of QCBOR functions called and
484 without the tag number), can still be processed.
/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c262 uint32_t base, uint32_t number) in qm_cfg_vft_data() argument
272 SHIFT_U64((number - 1), QM_SQC_VFT_SQ_NUM_SHIFT); in qm_cfg_vft_data()
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE456 Each version is given a distinguishing version number. If the Program
457 specifies a version number of this License which applies to it and "any
460 Software Foundation. If the Program does not specify a version number of
H A DChangeLog96 number of trailing equal signs, or had 4*k+1 digits. They were accepted
278 the number of volatile PSA keys is virtually unlimited, at the expense
509 used as random number generator function (f_rng) and context (p_rng) in
658 the attacker to send a large number of messages for decryption. For
1162 - now it accepts the serial number in 2 different formats: decimal and
1671 * Declare a number of structure fields as public: the fields of
1959 * For all functions that take a random number generator (RNG) as a
1975 paving the way for the larger number of secrets
2150 large number of signature operations. This completes a partial fix in
2314 size may have been rounded up to a whole number of bytes.
[all …]