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

  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
bio_ber.c 73 #define BER_BUF_SIZE (32)
106 unsigned char buf[BER_BUF_SIZE];
185 i=BER_BUF_SIZE-ctx->buf_len;
204 if ((ctx->buf_len < BER_BUF_SIZE) &&
  /external/openssl/crypto/pkcs7/
bio_ber.c 73 #define BER_BUF_SIZE (32)
106 unsigned char buf[BER_BUF_SIZE];
185 i=BER_BUF_SIZE-ctx->buf_len;
204 if ((ctx->buf_len < BER_BUF_SIZE) &&

Completed in 262 milliseconds