Searched refs:tmpd (Results 1 – 2 of 2) sorted by relevance
133 double tmpd; in copysign() local140 : "+&x" (d1), "=&x" (tmpd) in copysign()
5830 crypto_data_t tmpd; in emulate_verify_with_mac() local5834 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()