HomeSort by: relevance | last modified time | path
    Searched refs:buf_out (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_sign.c 31 unsigned char *p, *buf_in = NULL, *buf_out = NULL; local
81 buf_out = OPENSSL_malloc(outll);
82 if (buf_in == NULL || buf_out == NULL) {
92 || !EVP_SignFinal(ctx, (unsigned char *)buf_out,
99 signature->data = buf_out;
100 buf_out = NULL;
111 OPENSSL_clear_free((char *)buf_out, outll);
145 unsigned char *buf_in = NULL, *buf_out = NULL; local
215 buf_out = OPENSSL_malloc(outll);
216 if (buf_in == NULL || buf_out == NULL)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_sign.c 32 unsigned char *p, *buf_in = NULL, *buf_out = NULL; local
81 buf_out = OPENSSL_malloc(outll);
82 if (buf_in == NULL || buf_out == NULL) {
91 || !EVP_SignFinal(ctx, (unsigned char *)buf_out,
97 ASN1_STRING_set0(signature, buf_out, outl);
98 buf_out = NULL;
107 OPENSSL_clear_free((char *)buf_out, outll);
152 unsigned char *buf_in = NULL, *buf_out = NULL; local
266 buf_out = OPENSSL_malloc(outll);
267 if (buf_in == NULL || buf_out == NULL)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_sign.c 32 unsigned char *p, *buf_in = NULL, *buf_out = NULL; local
82 buf_out = OPENSSL_malloc(outll);
83 if (buf_in == NULL || buf_out == NULL) {
93 || !EVP_SignFinal(ctx, (unsigned char *)buf_out,
100 signature->data = buf_out;
101 buf_out = NULL;
112 OPENSSL_clear_free((char *)buf_out, outll);
157 unsigned char *buf_in = NULL, *buf_out = NULL; local
275 buf_out = OPENSSL_malloc(outll);
276 if (buf_in == NULL || buf_out == NULL)
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
sasl.c 581 ber_pvt_sb_buf_init( &p->buf_out );
609 ber_pvt_sb_buf_destroy( &p->buf_out );
762 if ( p->buf_out.buf_ptr != p->buf_out.buf_end ) {
763 ret = ber_pvt_sb_do_write( sbiod, &p->buf_out );
767 if ( p->buf_out.buf_ptr != p->buf_out.buf_end ) {
786 p->ops->reset_buf( p, &p->buf_out );
788 ret = p->ops->encode( p, buf, len2, &p->buf_out );
797 ret = ber_pvt_sb_do_write( sbiod, &p->buf_out );
    [all...]
cyrus.c 230 p->buf_out.buf_base = NULL;
  /src/crypto/external/bsd/openssl.old/dist/apps/
pkeyutl.c 85 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; local
327 buf_out = app_malloc(buf_outlen, "buffer output");
329 buf_out, (size_t *)&buf_outlen,
344 if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1))
347 BIO_dump(out, (char *)buf_out, buf_outlen);
349 BIO_write(out, buf_out, buf_outlen);
358 OPENSSL_free(buf_out);
  /src/crypto/external/bsd/openssl/dist/apps/
pkeyutl.c 113 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; local
471 &buf_out, (size_t *)&buf_outlen);
481 buf_out = app_malloc(buf_outlen, "buffer output");
483 buf_out, (size_t *)&buf_outlen,
498 if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1))
501 BIO_dump(out, (char *)buf_out, buf_outlen);
503 BIO_write(out, buf_out, buf_outlen);
516 OPENSSL_free(buf_out);
  /src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c 314 ber_pvt_sb_do_write( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out )
322 to_go = buf_out->buf_end - buf_out->buf_ptr;
326 ret = LBER_SBIOD_WRITE_NEXT( sbiod, buf_out->buf_base +
327 buf_out->buf_ptr, to_go );
336 buf_out->buf_ptr += ret;
337 if (buf_out->buf_ptr == buf_out->buf_end) {
338 buf_out->buf_end = buf_out->buf_ptr = 0
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
pkeyutl.c 159 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL, *secret = NULL; local
575 &buf_out, (size_t *)&buf_outlen);
588 buf_out = app_malloc(buf_outlen, "buffer output");
592 buf_out, &buf_outlen,
607 if (!ASN1_parse_dump(out, buf_out, buf_outlen, 1, -1))
610 BIO_dump(out, (char *)buf_out, buf_outlen);
612 BIO_write(out, buf_out, buf_outlen);
630 OPENSSL_free(buf_out);
  /src/external/bsd/openldap/dist/include/
lber_pvt.h 69 ber_pvt_sb_do_write LDAP_P(( Sockbuf_IO_Desc *sbiod, Sockbuf_Buf *buf_out ));
ldap_pvt.h 342 Sockbuf_Buf buf_out; member in struct:sb_sasl_generic_data

Completed in 22 milliseconds