/openbsd/lib/libcrypto/rsa/ |
H A D | rsa.h | 306 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 D | rsa_meth.c | 274 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 D | rsa_local.h | 88 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 D | ObjectContainer.h | 77 virtual lldb::addr_t GetByteSize() const { return m_length; } in GetByteSize() 140 lldb::addr_t m_length; variable
|
H A D | ObjectFile.h | 285 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 D | DWARFUnit.h | 43 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 D | DWARFUnit.cpp | 884 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 D | ObjectContainer.cpp | 26 m_offset(file_offset), m_length(length) { in ObjectContainer()
|
H A D | ObjectFile.cpp | 248 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 D | evp_local.h | 77 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 D | ObjectFileMachO.cpp | 1376 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()
|