Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/x509/
H A Dx509_obj.c37 char tmp_buf[80]; in X509_NAME_oneline() local
68 i2t_ASN1_OBJECT(tmp_buf, sizeof(tmp_buf), ne->object); in X509_NAME_oneline()
69 s = tmp_buf; in X509_NAME_oneline()
/openssl/apps/
H A Dpasswd.c591 char tmp_buf[80]; /* "rounds=999999999" */ in shacrypt() local
592 sprintf(tmp_buf, "rounds=%u", rounds); in shacrypt()
595 if (tmp_buf[0] != 0x72) /* ASCII 'r' */ in shacrypt()
596 ebcdic2ascii(tmp_buf, tmp_buf, strlen(tmp_buf)); in shacrypt()
598 OPENSSL_strlcat(out_buf, tmp_buf, sizeof(out_buf)); in shacrypt()
/openssl/crypto/evp/
H A Ddigest.c548 unsigned char *tmp_buf; in EVP_MD_CTX_copy_ex() local
620 tmp_buf = out->md_data; in EVP_MD_CTX_copy_ex()
623 tmp_buf = NULL; in EVP_MD_CTX_copy_ex()
638 if (tmp_buf) in EVP_MD_CTX_copy_ex()
639 out->md_data = tmp_buf; in EVP_MD_CTX_copy_ex()

Completed in 25 milliseconds