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

/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_pkey.c440 ASN1_TYPE *ttmp = NULL; local
497 if (!(ttmp = ASN1_TYPE_new())) {
501 if (!(ttmp->value.integer =
506 ttmp->type = V_ASN1_INTEGER;
507 if (!sk_ASN1_TYPE_push(ndsa, ttmp)) {
512 if (!(ttmp = ASN1_TYPE_new())) {
516 ttmp->value.integer = prkey;
518 ttmp->type = V_ASN1_INTEGER;
519 if (!sk_ASN1_TYPE_push(ndsa, ttmp)) {
523 ttmp
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_att.c299 ASN1_TYPE *ttmp; local
329 if (!(ttmp = ASN1_TYPE_new()))
332 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
335 ASN1_TYPE_set(ttmp, atype, stmp);
336 if (!sk_ASN1_TYPE_push(attr->value.set, ttmp))
363 ASN1_TYPE *ttmp; local
364 ttmp = X509_ATTRIBUTE_get0_type(attr, idx);
365 if (!ttmp)
367 if (atrtype != ASN1_TYPE_get(ttmp)) {
371 return ttmp
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_strnid.c214 ASN1_STRING_TABLE *ttmp; local
217 ttmp = (ASN1_STRING_TABLE *)OBJ_bsearch((char *)&fnd,
223 if (ttmp)
224 return ttmp;
/freebsd-9.3-release/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 99 milliseconds