Home
last modified time | relevance | path

Searched refs:nbuf (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sober128/
A Dsober128_stream.c188 st->nbuf = 0; in sober128_stream_setup()
228 st->nbuf = 0; in sober128_stream_setiv()
254 while (st->nbuf != 0 && inlen != 0) { in sober128_stream_crypt()
257 st->nbuf -= 8; in sober128_stream_crypt()
301 st->nbuf = 32; in sober128_stream_crypt()
302 while (st->nbuf != 0 && inlen != 0) { in sober128_stream_crypt()
305 st->nbuf -= 8; in sober128_stream_crypt()
/optee_os-3.20.0/scripts/
A Dpem_to_pub_c.py57 nbuf = key.public_numbers().n.to_bytes(key.key_size >> 3, 'big')
58 for x in array.array("B", nbuf):
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c883 void *nbuf; local
887 if ((nbuf = bget(align, hdr_size, size, poolset)) == NULL) { /* Acquire new buffer */
891 return nbuf;
906 V memcpy_unchecked((char *) nbuf, (char *) buf, /* Copy the data */
911 V memset_unchecked((char *) nbuf + osize, 0, size - osize);
914 return nbuf;
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h1146 int nbuf; /* number of part-word stream bits buffered */ member

Completed in 13 milliseconds