Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/stream/sober128/
H 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/scripts/
H 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/lib/libutils/isoc/
H A Dbget.c932 void *nbuf; local
936 if ((nbuf = bget(align, hdr_size, size, poolset)) == NULL) { /* Acquire new buffer */
940 return nbuf;
955 V memcpy_unchecked((char *) nbuf, (char *) buf, /* Copy the data */
960 V memset_unchecked((char *) nbuf + osize, 0, size - osize);
963 return nbuf;
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h1161 int nbuf; /* number of part-word stream bits buffered */ member