Home
last modified time | relevance | path

Searched refs:m_length (Results 1 – 11 of 11) sorted by relevance

/openbsd/lib/libcrypto/rsa/
H A Drsa.h306 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
308 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
314 unsigned int m_length, unsigned char *sigret, unsigned int *siglen,
317 unsigned int m_length, unsigned char *sigbuf, unsigned int siglen,
457 const unsigned char *m, unsigned int m_length,
461 const unsigned char *m, unsigned int m_length, unsigned char *sigret,
464 const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf,
467 const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf,
H A Drsa_meth.c274 const unsigned char *m, unsigned int m_length, in RSA_meth_get_sign()
284 const unsigned char *m, unsigned int m_length, unsigned char *sigret, in RSA_meth_set_sign() argument
294 const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, in RSA_meth_get_verify()
303 const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, in RSA_meth_set_verify() argument
H A Drsa_local.h88 int (*rsa_sign)(int type, const unsigned char *m, unsigned int m_length,
91 unsigned int m_length, const unsigned char *sigbuf,
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectContainer.h77 virtual lldb::addr_t GetByteSize() const { return m_length; } in GetByteSize()
140 lldb::addr_t m_length; variable
H A DObjectFile.h285 virtual lldb::addr_t GetByteSize() const { return m_length; } in GetByteSize()
740 lldb::addr_t m_length; ///< The length of this object file if it is known (can variable
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h43 dw_offset_t m_length = 0; variable
63 dw_offset_t GetLength() const { return m_length; } in GetLength()
76 uint32_t GetNextUnitOffset() const { return m_offset + m_length + 4; } in GetNextUnitOffset()
H A DDWARFUnit.cpp884 header.m_length = data.GetDWARFInitialLength(offset_ptr); in extract()
927 if (!unit_contrib || unit_contrib->getLength32() != header.m_length + 4) { in extract()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DObjectContainer.cpp26 m_offset(file_offset), m_length(length) { in ObjectContainer()
H A DObjectFile.cpp248 m_file_offset(file_offset), m_length(length), m_data(), m_process_wp(), in ObjectFile()
262 m_length); in ObjectFile()
269 m_strata(eStrataInvalid), m_file_offset(0), m_length(0), m_data(), in ObjectFile()
/openbsd/lib/libcrypto/evp/
H A Devp_local.h77 unsigned int m_length, unsigned char *sigret, unsigned int *siglen,
80 unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen,
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1376 if (m_length == 0 || seg_cmd.filesize == 0) in SanitizeSegmentCommand()
1392 if (seg_cmd.fileoff > m_length) { in SanitizeSegmentCommand()
1404 cmd_idx, lc_segment_name, seg_cmd.fileoff, m_length); in SanitizeSegmentCommand()
1410 if (seg_cmd.fileoff + seg_cmd.filesize > m_length) { in SanitizeSegmentCommand()
1423 cmd_idx, lc_segment_name, seg_cmd.fileoff + seg_cmd.filesize, m_length); in SanitizeSegmentCommand()
1426 seg_cmd.filesize = m_length - seg_cmd.fileoff; in SanitizeSegmentCommand()