Home
last modified time | relevance | path

Searched refs:tmpd (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libm/amd64/src/
H A Dlibm_inlines.h133 double tmpd; in copysign() local
140 : "+&x" (d1), "=&x" (tmpd) in copysign()
/titanic_50/usr/src/uts/common/crypto/io/
H A Ddprov.c5830 crypto_data_t tmpd; in emulate_verify_with_mac() local
5834 bzero(&tmpd, sizeof (crypto_data_t)); in emulate_verify_with_mac()
5835 tmpd.cd_format = CRYPTO_DATA_RAW; in emulate_verify_with_mac()
5836 tmpd.cd_length = SHA512_DIGEST_LENGTH; in emulate_verify_with_mac()
5837 tmpd.cd_raw.iov_base = digest; in emulate_verify_with_mac()
5838 tmpd.cd_raw.iov_len = SHA512_DIGEST_LENGTH; in emulate_verify_with_mac()
5839 out_mac = &tmpd; in emulate_verify_with_mac()