Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Da_time.c268 ASN1_TIME *tmps = NULL; in ossl_asn1_time_from_tm() local
284 tmps = ASN1_STRING_new(); in ossl_asn1_time_from_tm()
286 tmps = s; in ossl_asn1_time_from_tm()
287 if (tmps == NULL) in ossl_asn1_time_from_tm()
290 if (!ASN1_STRING_set(tmps, NULL, len)) in ossl_asn1_time_from_tm()
293 tmps->type = type; in ossl_asn1_time_from_tm()
294 p = (char*)tmps->data; in ossl_asn1_time_from_tm()
314 ebcdic2ascii(tmps->data, tmps->data, tmps->length); in ossl_asn1_time_from_tm()
316 return tmps; in ossl_asn1_time_from_tm()
318 if (tmps != s) in ossl_asn1_time_from_tm()
[all …]
/openssl/crypto/rsa/
H A Drsa_sign.c292 unsigned char *tmps = NULL; in RSA_sign() local
314 if (!encode_pkcs1(&tmps, &encoded_len, type, m, m_len)) in RSA_sign()
316 encoded = tmps; in RSA_sign()
332 OPENSSL_clear_free(tmps, encoded_len); in RSA_sign()

Completed in 8 milliseconds