ossl_buf2str 1240 ext/openssl/ossl_asn1.c str = ossl_buf2str((char *)buf, rb_long2int(reallen)); /* buf will be free in ossl_buf2str */ ossl_buf2str 275 ext/openssl/ossl_bn.c str = ossl_buf2str(buf, rb_long2int(strlen(buf))); ossl_buf2str 279 ext/openssl/ossl_bn.c str = ossl_buf2str(buf, rb_long2int(strlen(buf))); ossl_buf2str 211 ext/openssl/ossl_hmac.c digest = ossl_buf2str((char *)buf, buf_len); ossl_buf2str 240 ext/openssl/ossl_hmac.c hexdigest = ossl_buf2str(hexbuf, 2 * buf_len); ossl_buf2str 339 ext/openssl/ossl_hmac.c hexdigest = ossl_buf2str(hexbuf, 2 * buf_len); ossl_buf2str 145 ext/openssl/ossl_ns_spki.c str = ossl_buf2str(data, rb_long2int(strlen(data))); ossl_buf2str 1062 ext/openssl/ossl_ocsp.c return ossl_buf2str(hexbuf, name_hash->length * 2); ossl_buf2str 1085 ext/openssl/ossl_ocsp.c return ossl_buf2str(hexbuf, key_hash->length * 2);