| /netbsd-src/crypto/external/bsd/openssl/dist/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() argument 172 *psec = offset_hms; in julian_adj()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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() argument 172 *psec = offset_hms; in julian_adj()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A 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
|
| H A 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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| H A D | ecdh_ossl.c | 22 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() argument 30 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key()
|
| H A D | ec_kmeth.c | 198 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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() argument
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | ASN1_TIME_set.pod | 50 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, 114 ASN1_TIME_diff() sets B<*pday> and B<*psec> to the time difference between 116 one or both (depending on the time difference) of B<*pday> and B<*psec> 118 one or both of B<*pday> and B<*psec> will be negative. If B<to> and B<from> 119 represent the same time then B<*pday> and B<*psec> will both be zero. 120 If both B<*pday> and B<*psec> are nonzero they will always have the same 121 sign. The value of B<*psec> will always be less than the number of seconds
|
| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | sht.c | 71 LPSECURITY_ATTRIBUTES psec=0; in getShmTime() 83 psec, sizeof (struct shmTime),buf); in getShmTime()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_ops.c | 99 plugin_search_entry_callback psec = NULL; in slapi_int_search_entry() local 105 slapi_pblock_get( pb, SLAPI_X_INTOP_SEARCH_ENTRY_CALLBACK, (void **)&psec ); in slapi_int_search_entry() 108 if ( psec != NULL ) { in slapi_int_search_entry() 109 rc = (*psec)( rs->sr_entry, callback_data ); in slapi_int_search_entry() 630 plugin_search_entry_callback psec, in slapi_search_internal_callback_pb() argument 646 slapi_pblock_set( pb, SLAPI_X_INTOP_SEARCH_ENTRY_CALLBACK, (void *)psec ); in slapi_search_internal_callback_pb()
|
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | refclock_shm.c | 161 LPSECURITY_ATTRIBUTES psec = 0; in getShmTime() local 185 psec = &sa; in getShmTime() 187 shmid = CreateFileMapping ((HANDLE)0xffffffff, psec, PAGE_READWRITE, in getShmTime()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | a_time.c | 452 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument 461 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | merge.c | 877 _bfd_merged_section_offset (bfd *output_bfd ATTRIBUTE_UNUSED, asection **psec, in _bfd_merged_section_offset() argument 883 asection *sec = *psec; in _bfd_merged_section_offset() 947 *psec = entry->secinfo->sec; in _bfd_merged_section_offset()
|
| H A D | elf64-x86-64.c | 5120 asection **psec, in elf_x86_64_merge_symbol() argument 5132 && bfd_is_com_section (*psec) in elf_x86_64_merge_symbol() 5133 && oldsec != *psec) in elf_x86_64_merge_symbol() 5144 *psec = bfd_com_section_ptr; in elf_x86_64_merge_symbol()
|
| /netbsd-src/external/lgpl3/gmp/dist/tune/ |
| H A D | time.c | 1357 #define DIFF_SECS_ROUTINE(sec, psec, punit) \ argument 1361 psec_diff = (long) end->psec - (long) start->psec; \
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | merge.c | 1102 _bfd_merged_section_offset (bfd *output_bfd ATTRIBUTE_UNUSED, asection **psec, in _bfd_merged_section_offset() argument 1106 asection *sec = *psec; in _bfd_merged_section_offset() 1132 *psec = secinfo->reprsec; in _bfd_merged_section_offset()
|
| /netbsd-src/sys/arch/i386/stand/mbr/ |
| H A D | gptmbr.S | 58 psec = _phdr + 512 define
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | scsipi_cd.h | 144 uint8_t psec; member
|
| H A D | cd.c | 2912 uint8_t control, tmin, tsec, tframe, pmin, psec, pframe; in mmc_gettrackinfo_cdrom() local 2991 psec = rawtoc->psec; in mmc_gettrackinfo_cdrom() 2995 lba = hmsf2lba(0, pmin, psec, pframe); in mmc_gettrackinfo_cdrom()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | ec.h | 1477 int (*ckey)(unsigned char **psec, size_t *pseclen, 1519 int (**pck)(unsigned char **psec,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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,
|
| H A D | asn1.h | 593 int ASN1_TIME_diff(int *pday, int *psec,
|