Searched refs:ttmp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_att.c248 ASN1_TYPE *ttmp = NULL; local
277 if ((ttmp = ASN1_TYPE_new()) == NULL)
280 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
283 ASN1_TYPE_set(ttmp, atype, stmp);
286 if (!sk_ASN1_TYPE_push(attr->set, ttmp))
291 ASN1_TYPE_free(ttmp);
313 ASN1_TYPE *ttmp; local
314 ttmp = X509_ATTRIBUTE_get0_type(attr, idx);
315 if (!ttmp)
319 || atrtype != ASN1_TYPE_get(ttmp)) {
[all...]
/freebsd-12-stable/contrib/ntp/libparse/
H A Ddata_mbg.c156 TTM *ttmp
159 ttmp->channel = get_lsb_int16(buffpp);
160 get_mbg_tgps(buffpp, &ttmp->t);
161 get_mbg_tm(buffpp, &ttmp->tm);

Completed in 126 milliseconds