HomeSort by relevance Sort by last modified time
    Searched refs:ex_buf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
bio_asn1.c 106 unsigned char *ex_buf; member in struct:BIO_ASN1_BUF_CTX_t
175 ctx->ex_buf = 0;
309 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos,
319 cleanup(b, &ctx->ex_buf, &ctx->ex_len,
334 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg))
  /external/openssl/crypto/asn1/
bio_asn1.c 106 unsigned char *ex_buf; member in struct:BIO_ASN1_BUF_CTX_t
175 ctx->ex_buf = 0;
309 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos,
319 cleanup(b, &ctx->ex_buf, &ctx->ex_len,
334 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg))

Completed in 2598 milliseconds