Home
last modified time | relevance | path

Searched defs:psec (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Do_time.c102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff()
134 long *pday, int *psec) in julian_adj()
/freebsd/crypto/openssl/crypto/ec/
H A Decdh_ossl.c28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key()
H A Dec_kmeth.c225 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_time.c456 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c625 uint64_t psec; in ath_hal_mac_usec() local
638 uint64_t psec; in ath_hal_mac_psec() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp418 Patch657417Section *psec; in implementPatch() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_shm.c159 LPSECURITY_ATTRIBUTES psec = 0; in getShmTime() local
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h161 #define PSEC_TO_CLK(psec,clk) DIV_CEIL(((psec) * (clk)), 1000000) argument