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

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
asn1_gen.c 119 static int bitstr_cb(const char *elem, int len, void *bitstr);
791 if (!CONF_parse_list(str, ',', 1, bitstr_cb, atmp->value.bit_string))
836 static int bitstr_cb(const char *elem, int len, void *bitstr) function
847 OPENSSL_PUT_ERROR(X509, bitstr_cb, ASN1_R_INVALID_NUMBER);
852 OPENSSL_PUT_ERROR(X509, bitstr_cb, ERR_R_MALLOC_FAILURE);
  /external/openssl/crypto/asn1/
asn1_gen.c 116 static int bitstr_cb(const char *elem, int len, void *bitstr);
788 if (!CONF_parse_list(str, ',', 1, bitstr_cb, atmp->value.bit_string))
833 static int bitstr_cb(const char *elem, int len, void *bitstr) function

Completed in 305 milliseconds