ossl_buf2str      119 ext/openssl/ossl.h VALUE ossl_buf2str(char *buf, int len);
ossl_buf2str      953 ext/openssl/ossl_asn1.c     str = ossl_buf2str((char *)buf, reallen); /* buf will be free in ossl_buf2str */
ossl_buf2str      199 ext/openssl/ossl_bn.c 	str = ossl_buf2str(buf, strlen(buf));
ossl_buf2str      203 ext/openssl/ossl_bn.c 	str = ossl_buf2str(buf, strlen(buf));
ossl_buf2str      141 ext/openssl/ossl_hmac.c     digest = ossl_buf2str((char *)buf, buf_len);
ossl_buf2str      167 ext/openssl/ossl_hmac.c     hexdigest = ossl_buf2str(hexbuf, 2 * buf_len);
ossl_buf2str      228 ext/openssl/ossl_hmac.c     hexdigest = ossl_buf2str(hexbuf, 2 * buf_len);
ossl_buf2str      109 ext/openssl/ossl_ns_spki.c     str = ossl_buf2str(data, strlen(data));