Searched refs:psec (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/
H A Do_time.c70 long *pday, int *psec);
102 int OPENSSL_gmtime_diff(int *pday, int *psec, argument
125 if (psec)
126 *psec = diff_sec;
134 long *pday, int *psec)
172 *psec = offset_hms;
133 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) argument
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decdh_ossl.c22 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, argument
30 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh);
H A Dec_kmeth.c198 int (*ckey)(unsigned char **psec,
197 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)) argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp410 Patch657417Section *psec; local
439 psec = make<Patch657417Section>(isec, sr.off, sr.instr, destIsARM);
446 psec->relocations.push_back(
451 sr.rel->sym = psec->patchSym;
457 psec = make<Patch657417Section>(isec, sr.off, sr.instr, isBLX(sr.instr));
466 Relocation{R_PC, type, sr.off, -4, psec->patchSym});
468 patches.push_back(psec);
/freebsd-13-stable/contrib/ntp/util/
H A Dsht.c69 LPSECURITY_ATTRIBUTES psec=0;
81 psec, sizeof (struct shmTime),buf);
85 cout <<"CreateFileMapping with psec!=0 failed"<<endl;
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h160 /* Timing macros for converting between psec units and number of clocks. */
161 #define PSEC_TO_CLK(psec,clk) DIV_CEIL(((psec) * (clk)), 1000000)
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah.c627 uint64_t psec; local
629 psec = ath_hal_mac_psec(ah, clks);
630 return (psec / 1000000);
640 uint64_t psec; local
645 psec = (clks * 1000000ULL) / CLOCK_FAST_RATE_5GHZ_OFDM;
647 psec >>= 1;
649 psec = (clks * 1000000ULL) / CLOCK_RATE[ath_hal_chan2wmode(ah, c)];
651 psec >>= 1;
653 psec = (clks * 1000000ULL) / CLOCK_RATE[WIRELESS_MODE_11b];
654 return psec;
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_shm.c159 LPSECURITY_ATTRIBUTES psec = 0;
183 psec = &sa;
185 shmid = CreateFileMapping ((HANDLE)0xffffffff, psec, PAGE_READWRITE,
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_time.c452 int ASN1_TIME_diff(int *pday, int *psec, argument
461 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dcrypto.h343 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dec.h1296 int (*ckey)(unsigned char **psec,
1340 int (**pck)(unsigned char **psec,
H A Dasn1.h593 int ASN1_TIME_diff(int *pday, int *psec,
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_dmar.h253 iommu_gaddr_t size, struct iommu_qi_genseq *psec, bool emit_wait);

Completed in 94 milliseconds