/third_party/elfio/examples/tutorial/ |
H A 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/node/deps/openssl/openssl/crypto/ |
H A 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() 172 *psec = offset_hms; in julian_adj() 133 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) julian_adj() argument
|
/third_party/openssl/crypto/ |
H A 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() 172 *psec = offset_hms; in julian_adj() 133 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) julian_adj() argument
|
/third_party/elfio/elfio/ |
H A D | elfio_segment.hpp | 52 virtual Elf_Half add_section( section* psec, 121 Elf_Half add_section( section* psec, 124 return add_section_index( psec->get_index(), addr_align );
|
H A D | elfio.hpp | 604 for ( const auto& psec : sections ) { 607 if ( ( ( psec->get_flags() & SHF_ALLOC ) == SHF_ALLOC ) 608 ? is_sect_in_seg( psec->get_address(), 609 psec->get_size(), segVBaseAddr, 611 : is_sect_in_seg( psec->get_offset(), psec->get_size(), 615 seg->add_section_index( psec->get_index(), 0 );
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A 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()
|
H A D | ec_kmeth.c | 225 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() 224 EC_KEY_METHOD_set_compute_key(EC_KEY_METHOD *meth, int (*ckey)(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_set_compute_key() argument
|
/third_party/openssl/crypto/ec/ |
H A 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()
|
H A D | ec_kmeth.c | 225 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() 224 EC_KEY_METHOD_set_compute_key(EC_KEY_METHOD *meth, int (*ckey)(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_set_compute_key() argument
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | asn1.rs | 74 psec: *mut c_int, in ASN1_TIME_diff()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A 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/ |
H A 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/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 1477 int (*ckey)(unsigned char **psec, size_t *pseclen, 1519 int (**pck)(unsigned char **psec,
|
/third_party/openssl/include/openssl/ |
H A 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/ |
H A D | ec.h | 1299 int (*ckey)(unsigned char **psec, 1343 int (**pck)(unsigned char **psec,
|
H A D | crypto.h | 343 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|