Home
last modified time | relevance | path

Searched defs:TLEN (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i15_pub.c31 #define TLEN (4 * (2 + ((BR_MAX_RSA_SIZE + 14) / 15))) macro
H A Drsa_i31_pub.c31 #define TLEN (4 * (2 + ((BR_MAX_RSA_SIZE + 30) / 31))) macro
H A Drsa_i62_pub.c33 #define TLEN (2 * (2 + ((BR_MAX_RSA_SIZE + 30) / 31))) macro
H A Drsa_i15_priv.c28 #define TLEN (8 * U) macro
H A Drsa_i31_priv.c28 #define TLEN (8 * U) macro
H A Drsa_i62_priv.c30 #define TLEN (4 * U) /* TLEN is counted in 64-bit words */ macro
/freebsd/stand/i386/boot0/
H A Dboot0.S157 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids define