Home
last modified time | relevance | path

Searched refs:psec (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Do_time.c70 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 Do_time.c70 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 DOPENSSL_gmtime.pod15 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 DASN1_TIME_set.pod52 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 Decdh_ossl.c22 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 Dec_kmeth.c198 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decdh_ossl.c28 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 Dec_kmeth.c225 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 DASN1_TIME_set.pod50 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 Dsht.c71 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 Dslapi_ops.c99 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 Drefclock_shm.c161 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 Da_time.c452 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 Da_time.c456 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 Dmerge.c877 _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 Delf64-x86-64.c5120 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 Dtime.c1357 #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 Dmerge.c1102 _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 Dgptmbr.S58 psec = _phdr + 512 define
/netbsd-src/sys/dev/scsipi/
H A Dscsipi_cd.h144 uint8_t psec; member
H A Dcd.c2912 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 Dec.h1477 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 Dec.h1299 int (*ckey)(unsigned char **psec,
1343 int (**pck)(unsigned char **psec,
H A Dcrypto.h343 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dasn1.h593 int ASN1_TIME_diff(int *pday, int *psec,

12