Searched refs:TLEN (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_i15_priv.c | 28 #define TLEN (8 * U) macro 39 uint16_t tmp[1 + TLEN]; in br_rsa_i15_private() 79 if (6 * fwlen > TLEN) { in br_rsa_i15_private() 151 mq + 3 * fwlen, TLEN - 3 * fwlen); in br_rsa_i15_private() 160 mq + 4 * fwlen, TLEN - 4 * fwlen); in br_rsa_i15_private()
|
H A D | rsa_i31_priv.c | 28 #define TLEN (8 * U) macro 39 uint32_t tmp[1 + TLEN]; in br_rsa_i31_private() 80 if (6 * fwlen > TLEN) { in br_rsa_i31_private() 145 mq + 3 * fwlen, TLEN - 3 * fwlen); in br_rsa_i31_private() 154 mq + 4 * fwlen, TLEN - 4 * fwlen); in br_rsa_i31_private()
|
H A D | rsa_i62_priv.c | 30 #define TLEN (4 * U) /* TLEN is counted in 64-bit words */ macro 41 uint64_t tmp[TLEN]; in br_rsa_i62_private() 82 if (6 * fwlen > TLEN) { in br_rsa_i62_private() 147 tmp + 3 * fwlen, TLEN - 3 * fwlen); in br_rsa_i62_private() 156 tmp + 4 * fwlen, TLEN - 4 * fwlen); in br_rsa_i62_private()
|
H A D | rsa_i31_pub.c | 31 #define TLEN (4 * (2 + ((BR_MAX_RSA_SIZE + 30) / 31))) macro 40 uint32_t tmp[1 + TLEN]; in br_rsa_i31_public() 99 br_i31_modpow_opt(a, pk->e, pk->elen, m, m0i, t, TLEN - 2 * fwlen); in br_rsa_i31_public()
|
H A D | rsa_i15_pub.c | 31 #define TLEN (4 * (2 + ((BR_MAX_RSA_SIZE + 14) / 15))) macro 40 uint16_t tmp[1 + TLEN]; in br_rsa_i15_public() 106 br_i15_modpow_opt(a, pk->e, pk->elen, m, m0i, t, TLEN - 2 * fwlen); in br_rsa_i15_public()
|
H A D | rsa_i62_pub.c | 33 #define TLEN (2 * (2 + ((BR_MAX_RSA_SIZE + 30) / 31))) macro 42 uint64_t tmp[TLEN]; in br_rsa_i62_public() 100 tmp + 2 * fwlen, TLEN - 2 * fwlen); in br_rsa_i62_public()
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 157 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids define 273 movb $(TLEN+1),%cl # Number of entries 281 addw $(TLEN-1), %di # Adjust
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | bioinformatics | 171 # SAM Alignment TLEN
|