Home
last modified time | relevance | path

Searched refs:blklen (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/omac/
Domac_done.c40 (omac->blklen > (int)sizeof(omac->block)) || (omac->buflen > omac->blklen)) { in omac_done()
45 if (omac->buflen != omac->blklen) { in omac_done()
50 while (omac->buflen < omac->blklen) { in omac_done()
59 for (x = 0; x < (unsigned)omac->blklen; x++) { in omac_done()
70 for (x = 0; x < (unsigned)omac->blklen && x < *outlen; x++) { in omac_done()
Domac_process.c40 (omac->blklen > (int)sizeof(omac->block)) || (omac->buflen > omac->blklen)) { in omac_process()
62 if (omac->buflen == omac->blklen) { in omac_process()
63 for (x = 0; x < (unsigned long)omac->blklen; x++) { in omac_process()
73 n = MIN(inlen, (unsigned long)(omac->blklen - omac->buflen)); in omac_process()
Domac_init.c90 omac->blklen = len; in omac_init()
/external/dropbear/libtomcrypt/src/encauth/eax/
Deax_init.c38 int err, blklen; in eax_init() local
53 blklen = cipher_descriptor[cipher].block_length; in eax_init()
76 if ((err = omac_process(omac, buf, blklen)) != CRYPT_OK) { in eax_init()
91 buf[blklen - 1] = 1; in eax_init()
98 if ((err = omac_process(&eax->headeromac, buf, blklen)) != CRYPT_OK) { in eax_init()
122 buf[blklen-1] = 2; in eax_init()
123 if ((err = omac_process(&eax->ctomac, buf, blklen)) != CRYPT_OK) { in eax_init()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h31 blklen; member
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c991 ULong atoffs, blklen; in read_unitinfo_dwarf2() local
1006 blklen = read_initial_length_field( p, &ui->dw64 ); in read_unitinfo_dwarf2()
1022 + blklen + (ui->dw64 ? 12 : 4); /* End of this block */ in read_unitinfo_dwarf2()
1171 ULong blklen; in ML_() local
1188 block_img += blklen + blklen_len ) { in ML_()
1193 blklen = read_initial_length_field( block_img, &blklen_is_64 ); in ML_()
1195 if ( block_img + blklen + blklen_len > end1_img ) { in ML_()