Searched defs:PAD (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 147 static const uint8_t PAD[64] = { 0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| H A D | hash_sha512_cp.c | 163 static const uint8_t PAD[128] = { variable
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha256c.c | 194 static unsigned char PAD[64] = { variable
|
| H A D | sha512c.c | 219 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha256c.c | 191 static unsigned char PAD[64] = { variable
|
| H A D | sha512c.c | 217 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 832 #define PAD(len) ((((len) / 4) + !!((len) % 4)) * 4) in ctf_fixed_maxseg() macro
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 239 PAD, enumerator
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_xusbpadctl.c | 272 #define PAD(n, t, u, d) { \ macro
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_xusbpadctl.c | 439 #define PAD(n, t, cn, rn, e, d) { \ macro
|