Home
last modified time | relevance | path

Searched defs:PAD (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c147 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 Dhash_sha512_cp.c163 static const uint8_t PAD[128] = { variable
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c194 static unsigned char PAD[64] = { variable
H A Dsha512c.c219 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c191 static unsigned char PAD[64] = { variable
H A Dsha512c.c217 static unsigned char PAD[SHA512_BLOCK_LENGTH] = { variable
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c832 #define PAD(len) ((((len) / 4) + !!((len) % 4)) * 4) in ctf_fixed_maxseg() macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h239 PAD, enumerator
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c272 #define PAD(n, t, u, d) { \ macro
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c439 #define PAD(n, t, cn, rn, e, d) { \ macro