Searched refs:e_len (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/crypto/heimdal/lib/roken/
H A Dvsyslog.c82 int e_len = strlen (e); local
87 fmt2_len += e_len - 2;
96 memmove (p2, e, e_len);
97 p2 += e_len;
/freebsd-current/contrib/wpa/src/tls/
H A Drsa.h18 const u8 *e, size_t e_len);
H A Drsa.c116 const u8 *e, size_t e_len)
128 bignum_set_unsigned_bin(key->e, e, e_len) < 0) {
115 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len, const u8 *e, size_t e_len) argument
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_internal-rsa.c31 const u8 *e, size_t e_len)
34 crypto_rsa_import_public_key_parts(n, n_len, e, e_len);
30 crypto_public_key_import_parts(const u8 *n, size_t n_len, const u8 *e, size_t e_len) argument
H A Dcrypto.h302 const u8 *e, size_t e_len);
/freebsd-current/sys/fs/ext2fs/
H A Dext2_extents.c134 ep, le32toh(ep->e_blk), le16toh(ep->e_len),
281 ep->e_len = htole16(ecp->ec_len);
360 return (le16toh(ext->e_len) <= EXT_INIT_MAX_LEN ?
361 le16toh(ext->e_len) : (le16toh(ext->e_len) - EXT_INIT_MAX_LEN));
777 if (le32toh(ex1->e_blk) + le16toh(ex1->e_len) != le32toh(ex2->e_blk))
780 if (le16toh(ex1->e_len) + le16toh(ex2->e_len) > EXT4_MAX_LEN)
783 if (ext4_ext_extent_pblock(ex1) + le16toh(ex1->e_len) ==
1247 if (htole16(newext->e_len)
1438 uint16_t e_len = le16toh(ex->e_len); local
[all...]
H A Dext2_extents.h55 uint16_t e_len; /* number of blocks */ member in struct:ext4_extent
H A Dext2_bmap.c131 lbn < le32toh(ep->e_blk) + le16toh(ep->e_len)) {
137 le16toh(ep->e_len) -
145 le16toh(ep->e_len));
H A Dext2_inode_cnv.c84 le16toh(ep->e_len), le32toh(ep->e_start_lo),
/freebsd-current/usr.bin/find/
H A Dfind.h155 #define e_len p_un.ex._e_len macro
H A Dfunction.c631 plan->e_len[plan->e_ppos] = strlen(file);
632 plan->e_psize += plan->e_len[plan->e_ppos];
639 if (plan->e_len[cnt])
642 plan->e_len[cnt]);
757 if ((new->e_len = malloc(cnt * sizeof(int))) == NULL)
770 new->e_len[cnt] = MAXPATHLEN;
775 new->e_len[cnt] = 0;
783 new->e_len[cnt] = 0;
/freebsd-current/crypto/openssl/test/
H A Dacvp_test.c1006 const unsigned char *e, size_t e_len,
1024 || !TEST_ptr(BN_bin2bn(e, e_len, e_bn))
1092 || !TEST_ptr(e_bn = BN_bin2bn(tst->e, tst->e_len, NULL))
1163 size_t sig_len = 0, n_len = 0, e_len = 0; local
1182 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_RSA_E, &e, &e_len))
1188 test_output_memory("e", e, e_len);
1225 tst->e, tst->e_len, NULL, 0, bn_ctx))
1250 size_t n_len = 0, e_len = 0; local
1256 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_RSA_E, &e, &e_len))
1263 test_output_memory("e", e, e_len);
1004 rsa_create_pkey(EVP_PKEY **pkey, const unsigned char *n, size_t n_len, const unsigned char *e, size_t e_len, const unsigned char *d, size_t d_len, BN_CTX *bn_ctx) argument
[all...]
H A Dacvp_test.inc1016 size_t e_len;
1241 size_t e_len;
/freebsd-current/contrib/nvi/cl/
H A Dcl_read.c108 evp->e_len = wlen;
/freebsd-current/contrib/nvi/common/
H A Dkey.h68 E_STRING, /* Input string: e_csp, e_len set. */
139 #define e_len _u_event._e_str.len macro
H A Dkey.c415 nevents = argp->e_event == E_STRING ? argp->e_len : 1;
/freebsd-current/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c821 size_t idx, e_idx, e_len; local
926 if ((e_len = strlen(v->ext_name.container[e_idx])) ==
929 if ((buf = malloc(e_len + 2)) == NULL)
931 snprintf(buf, e_len + 2, " %s",
1030 if ((e_len = strlen(v->ext_name.container[e_idx])) ==
1033 if ((buf = malloc(e_len + 12)) == NULL)
1035 snprintf(buf, e_len + 12, " __vector(%s)",
/freebsd-current/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c487 size_t idx, e_idx, e_len; local
592 if ((e_len = strlen(v->ext_name.container[e_idx])) ==
595 if ((buf = malloc(e_len + 2)) == NULL)
597 snprintf(buf, e_len + 2, " %s",
696 if ((e_len = strlen(v->ext_name.container[e_idx])) ==
699 if ((buf = malloc(e_len + 12)) == NULL)
701 snprintf(buf, e_len + 12, " __vector(%s)",

Completed in 265 milliseconds