/third_party/elfio/examples/tutorial/ |
D | tutorial.cpp | 61 section* psec = reader.sections[i]; in main() local 62 std::cout << " [" << i << "] " << psec->get_name() << "\t" in main() 63 << psec->get_size() << std::endl; in main() 82 section* psec = reader.sections[i]; in main() local 84 if ( psec->get_type() == SHT_SYMTAB ) { in main() 85 const symbol_section_accessor symbols( reader, psec ); in main()
|
/third_party/openssl/crypto/ |
D | o_time.c | 70 long *pday, int *psec); 102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument 125 if (psec) in OPENSSL_gmtime_diff() 126 *psec = diff_sec; in OPENSSL_gmtime_diff() 134 long *pday, int *psec) in julian_adj() argument 172 *psec = offset_hms; in julian_adj()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | o_time.c | 70 long *pday, int *psec); 102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument 125 if (psec) in OPENSSL_gmtime_diff() 126 *psec = diff_sec; in OPENSSL_gmtime_diff() 134 long *pday, int *psec) in julian_adj() argument 172 *psec = offset_hms; in julian_adj()
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_gmtime.pod | 15 int OPENSSL_gmtime_diff(int *pday, int *psec, 39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
|
D | ASN1_TIME_set.pod | 52 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, 123 ASN1_TIME_diff() sets I<*pday> and I<*psec> to the time difference between 125 one or both (depending on the time difference) of I<*pday> and I<*psec> 127 one or both of I<*pday> and I<*psec> will be negative. If I<to> and I<from> 128 represent the same time then I<*pday> and I<*psec> will both be zero. 129 If both I<*pday> and I<*psec> are nonzero they will always have the same 130 sign. The value of I<*psec> will always be less than the number of seconds
|
/third_party/elfio/elfio/ |
D | elfio_segment.hpp | 52 virtual Elf_Half add_section( section* psec, 121 Elf_Half add_section( section* psec, in add_section() argument 124 return add_section_index( psec->get_index(), addr_align ); in add_section()
|
D | elfio.hpp | 604 for ( const auto& psec : sections ) { in load_segments() local 607 if ( ( ( psec->get_flags() & SHF_ALLOC ) == SHF_ALLOC ) in load_segments() 608 ? is_sect_in_seg( psec->get_address(), in load_segments() 609 psec->get_size(), segVBaseAddr, in load_segments() 611 : is_sect_in_seg( psec->get_offset(), psec->get_size(), in load_segments() 615 seg->add_section_index( psec->get_index(), 0 ); in load_segments()
|
/third_party/openssl/crypto/ec/ |
D | ecdh_ossl.c | 28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() argument 36 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key()
|
D | ec_kmeth.c | 225 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ecdh_ossl.c | 28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() argument 36 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key()
|
D | ec_kmeth.c | 225 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | a_time.c | 456 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument 465 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
|
/third_party/openssl/crypto/asn1/ |
D | a_time.c | 456 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument 465 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | asn1.rs | 74 psec: *mut c_int, in ASN1_TIME_diff()
|
/third_party/elfio/ |
D | README-OH.md | 76 const symbol_section_accessor symbols(reader, psec);
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1477 int (*ckey)(unsigned char **psec, size_t *pseclen, 1519 int (**pck)(unsigned char **psec,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | ec.h | 1477 int (*ckey)(unsigned char **psec, size_t *pseclen, 1519 int (**pck)(unsigned char **psec,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ec.h | 1299 int (*ckey)(unsigned char **psec, 1343 int (**pck)(unsigned char **psec,
|
D | crypto.h | 343 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/ |
D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/ |
D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/ |
D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|