Home
last modified time | relevance | path

Searched refs:index_len (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dxmss_fast.c97 params->index_len = (h + 7) / 8; in xmssmt_set_params()
754 for (i = 0; i < params->index_len; i++) { in xmssmt_keypair()
758 randombytes(sk+params->index_len, 3*n); in xmssmt_keypair()
760 memcpy(pk+n, sk+params->index_len+2*n, n); in xmssmt_keypair()
768 …treehash_setup(pk, params->xmss_par.h, 0, states + i, sk+params->index_len, &(params->xmss_par), p… in xmssmt_keypair()
770 get_seed(ots_seed, sk+params->index_len, n, addr); in xmssmt_keypair()
773 …treehash_setup(pk, params->xmss_par.h, 0, states + i, sk+params->index_len, &(params->xmss_par), p… in xmssmt_keypair()
774 memcpy(sk+params->index_len+3*n, pk, n); in xmssmt_keypair()
792 unsigned int idx_len = params->index_len; in xmssmt_sign()
942 get_seed(ots_seed, sk+params->index_len, n, ots_addr); in xmssmt_sign()
[all …]
H A Dxmss_fast.h32 unsigned int index_len; member
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddwp.cc1144 section_size_type index_len; in sized_read_unit_index() local
1147 this->section_contents(shndx, &index_len, &index_is_new); in sized_read_unit_index()
1181 if (pend > contents + index_len) in sized_read_unit_index()
1286 section_size_type index_len; in sized_verify_dwo_list() local
1289 this->section_contents(shndx, &index_len, &index_is_new); in sized_verify_dwo_list()
1321 if (pend > contents + index_len) in sized_verify_dwo_list()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddwp.cc1144 section_size_type index_len; in sized_read_unit_index() local
1147 this->section_contents(shndx, &index_len, &index_is_new); in sized_read_unit_index()
1181 if (pend > contents + index_len) in sized_read_unit_index()
1286 section_size_type index_len; in sized_verify_dwo_list() local
1289 this->section_contents(shndx, &index_len, &index_is_new); in sized_verify_dwo_list()
1321 if (pend > contents + index_len) in sized_verify_dwo_list()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c1441 const int index_len = sizeof (index_name) - 1; in insert_toplevel_subdirectory() local
1464 + index_len in insert_toplevel_subdirectory()