Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/arch/arm/crypto/
A Dghash-ce-core_a32.S82 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l
85 vext.8 t4l, \bd, \bd, #1 @ B1
87 vmull.p8 t0q, t0l, \bd @ F = A1*B
91 vext.8 t3l, \bd, \bd, #2 @ B2
93 vmull.p8 t1q, t1l, \bd @ H = A2*B
98 vext.8 t4l, \bd, \bd, #3 @ B3
100 vmull.p8 t2q, t2l, \bd @ J = A3*B
104 vext.8 t3l, \bd, \bd, #4 @ B4
121 vmull.p8 \rq, \ad, \bd @ D = A*B
A Dghash-ce-core_a64.S78 .macro __pmull_p8, rq, ad, bd
83 __pmull_p8_\bd \rq, \ad
86 .macro __pmull2_p8, rq, ad, bd
91 __pmull2_p8_\bd \rq, \ad
106 .macro __pmull_p8_tail, rq, ad, bd, nb, t, b1, b2, b3, b4
107 pmull\t t3.8h, t3.\nb, \bd // F = A1*B
109 pmull\t t5.8h, t5.\nb, \bd // H = A2*B
111 pmull\t t7.8h, t7.\nb, \bd // J = A3*B
114 pmull\t \rq\().8h, \ad, \bd // D = A*B
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c858 struct bdhead *bd; local
860 bd = BDH(buf - sizeof(struct bdhead));
861 rsize = bd->tsize - sizeof(struct bdhead) - bd->offs;
898 struct bdhead *bd; local
900 bd = BDH(((char *) buf) - sizeof(struct bdhead));
901 osize = bd->tsize - sizeof(struct bdhead) - bd->offs;
A Dbget_malloc.c201 struct bdhead *bd; in bget_buf_size() local
203 bd = BDH(((char *)buf) - sizeof(struct bdhead)); in bget_buf_size()
204 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size()
/optee_os-3.20.0/ta/
A Dta.mk103 libuuid = 527f1a47-b92c-4a74-95bd-72f19f4a6f74

Completed in 10 milliseconds