/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_fmts.c | 234 size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_bcm_int_filter() 279 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_bcm_hex_encode_elem() 332 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_bcm_decimal_encode_elem() 354 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_bcm_leddc_filter() 385 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) in bhnd_nvram_val_bcm_leddc_encode_elem() 571 size_t ilen; in bhnd_nvram_val_bcmstr_encode() local 617 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_bcmstr_csv_filter() 638 size_t ilen, remain; in bhnd_nvram_val_bcmstr_csv_next() local 693 const void *inp, size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_bcm_macaddr_filter() 716 size_t ilen; in bhnd_nvram_val_bcm_macaddr_encode() local [all …]
|
H A D | bhnd_nvram_value_subr.c | 61 bhnd_nvram_value_check_aligned(const void *inp, size_t ilen, in bhnd_nvram_value_check_aligned() 116 bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_nelem() 241 bhnd_nvram_value_size(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_size() 392 bhnd_nvram_value_printf(const char *fmt, const void *inp, size_t ilen, in bhnd_nvram_value_printf() 433 bhnd_nvram_value_vprintf(const char *fmt, const void *inp, size_t ilen, in bhnd_nvram_value_vprintf() 471 bhnd_nvram_value_array_next(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_array_next() 529 bhnd_nvram_value_coerce(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_coerce()
|
H A D | bhnd_nvram_value.c | 230 size_t ilen, bhnd_nvram_type itype) in bhnd_nvram_val_fmt_filter() 275 const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) in bhnd_nvram_val_init_common() 355 const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) in bhnd_nvram_val_init() 392 const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) in bhnd_nvram_val_new() 421 size_t ilen, olen; in bhnd_nvram_val_convert_common() local 663 bhnd_nvram_val_encode_null(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_null() 706 bhnd_nvram_val_encode_bool(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_bool() 784 bhnd_nvram_val_encode_data(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_data() 817 bhnd_nvram_val_encode_string(const void *inp, size_t ilen, in bhnd_nvram_val_encode_string() 1047 bhnd_nvram_val_encode_int(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_val_encode_int() [all …]
|
H A D | bhnd_nvram_subr.c | 544 bhnd_nvram_string_array_next(const char *inp, size_t ilen, const char *prev, in bhnd_nvram_string_array_next() 1053 bhnd_nvram_parse_field(const char **inp, size_t ilen, char delim) in bhnd_nvram_parse_field() 1086 bhnd_nvram_trim_field(const char **inp, size_t ilen, char delim) in bhnd_nvram_trim_field()
|
/freebsd/crypto/libecc/src/hash/ |
H A D | streebog.c | 56 …RIBUTE_WARN_UNUSED_RET static int streebog_update(streebog_context *ctx, const u8 *input, u32 ilen) in streebog_update() 182 int streebog256_update(streebog256_context *ctx, const u8 *input, u32 ilen) in streebog256_update() 235 int streebog256(const u8 *input, u32 ilen, u8 output[STREEBOG256_DIGEST_SIZE]) in streebog256() 269 int streebog512_update(streebog512_context *ctx, const u8 *input, u32 ilen) in streebog512_update() 322 int streebog512(const u8 *input, u32 ilen, u8 output[STREEBOG512_DIGEST_SIZE]) in streebog512()
|
H A D | shake256.c | 29 int shake256_update(shake256_context *ctx, const u8 *input, u32 ilen) in shake256_update() 77 int shake256(const u8 *input, u32 ilen, u8 output[SHAKE256_DIGEST_SIZE]) in shake256()
|
H A D | sha3-256.c | 36 int sha3_256_update(sha3_256_context *ctx, const u8 *input, u32 ilen) in sha3_256_update() 96 int sha3_256(const u8 *input, u32 ilen, u8 output[SHA3_256_DIGEST_SIZE]) in sha3_256()
|
H A D | bash512.c | 31 int bash512_update(bash512_context *ctx, const u8 *input, u32 ilen) in bash512_update() 91 int bash512(const u8 *input, u32 ilen, u8 output[BASH512_DIGEST_SIZE]) in bash512()
|
H A D | sha512-224.c | 47 int sha512_224_update(sha512_224_context *ctx, const u8 *input, u32 ilen) in sha512_224_update() 105 int sha512_224(const u8 *input, u32 ilen, u8 output[SHA512_224_DIGEST_SIZE]) in sha512_224()
|
H A D | sha3-512.c | 36 int sha3_512_update(sha3_512_context *ctx, const u8 *input, u32 ilen) in sha3_512_update() 96 int sha3_512(const u8 *input, u32 ilen, u8 output[SHA3_512_DIGEST_SIZE]) in sha3_512()
|
H A D | sha512-256.c | 47 int sha512_256_update(sha512_256_context *ctx, const u8 *input, u32 ilen) in sha512_256_update() 105 int sha512_256(const u8 *input, u32 ilen, u8 output[SHA512_256_DIGEST_SIZE]) in sha512_256()
|
H A D | sha512.c | 47 int sha512_update(sha512_context *ctx, const u8 *input, u32 ilen) in sha512_update() 106 int sha512(const u8 *input, u32 ilen, u8 output[SHA512_DIGEST_SIZE]) in sha512()
|
H A D | bash224.c | 31 int bash224_update(bash224_context *ctx, const u8 *input, u32 ilen) in bash224_update() 91 int bash224(const u8 *input, u32 ilen, u8 output[BASH224_DIGEST_SIZE]) in bash224()
|
H A D | bash256.c | 31 int bash256_update(bash256_context *ctx, const u8 *input, u32 ilen) in bash256_update() 91 int bash256(const u8 *input, u32 ilen, u8 output[BASH256_DIGEST_SIZE]) in bash256()
|
H A D | sha3-224.c | 36 int sha3_224_update(sha3_224_context *ctx, const u8 *input, u32 ilen) in sha3_224_update() 96 int sha3_224(const u8 *input, u32 ilen, u8 output[SHA3_224_DIGEST_SIZE]) in sha3_224()
|
H A D | bash384.c | 31 int bash384_update(bash384_context *ctx, const u8 *input, u32 ilen) in bash384_update() 95 int bash384(const u8 *input, u32 ilen, u8 output[BASH384_DIGEST_SIZE]) in bash384()
|
H A D | sha3-384.c | 36 int sha3_384_update(sha3_384_context *ctx, const u8 *input, u32 ilen) in sha3_384_update() 100 int sha3_384(const u8 *input, u32 ilen, u8 output[SHA3_384_DIGEST_SIZE]) in sha3_384()
|
/freebsd/contrib/libfido2/src/ |
H A D | compress.c | 17 u_long ilen, olen; in rfc1950_inflate() local 49 u_int ilen, olen; in rfc1951_inflate() local 104 u_int ilen, olen; in rfc1951_deflate() local
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | mdc2.c | 113 ATTRIBUTE_WARN_UNUSED_RET int mdc2_update(mdc2_context *ctx, const u8 *input, u32 ilen) in mdc2_update() 274 ATTRIBUTE_WARN_UNUSED_RET int mdc2(const u8 *input, u32 ilen, u8 output[MDC2_DIGEST_SIZE], padding_… in mdc2() 293 ATTRIBUTE_WARN_UNUSED_RET int mdc2_padding1(const u8 *input, u32 ilen, u8 output[MDC2_DIGEST_SIZE]) in mdc2_padding1() 302 ATTRIBUTE_WARN_UNUSED_RET int mdc2_padding2(const u8 *input, u32 ilen, u8 output[MDC2_DIGEST_SIZE]) in mdc2_padding2()
|
H A D | md2.c | 104 ATTRIBUTE_WARN_UNUSED_RET int md2_update(md2_context *ctx, const u8 *input, u32 ilen) in md2_update() 217 ATTRIBUTE_WARN_UNUSED_RET int md2(const u8 *input, u32 ilen, u8 output[MD2_DIGEST_SIZE]) in md2()
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | comp_lib.c | 60 unsigned char *in, int ilen) in COMP_compress_block() 75 unsigned char *in, int ilen) in COMP_expand_block()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-ixlen.c | 43 int outlen, leni, lenx, ilen; local 74 int ilen; local
|
H A D | xleni.c | 31 int idx, ilen; local
|
/freebsd/contrib/nvi/common/ |
H A D | seq.c | 34 seq_set(SCR *sp, CHAR_T *name, size_t nlen, CHAR_T *input, size_t ilen, in seq_set() 128 seq_delete(SCR *sp, CHAR_T *input, size_t ilen, seq_t stype) in seq_delete() 178 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, in seq_find()
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_split.c | 74 size_t ilen, u_int32_t argskip) in __bt_split() 333 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page() 431 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root() 590 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) in bt_psplit()
|