Searched refs:CBS_ASN1_INTEGER (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | bn_asn1.c | 23 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_INTEGER) || in BN_cbs2unsigned() 47 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_INTEGER) || in BN_cbs2unsigned_buggy() 69 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_INTEGER)) { in BN_bn2cbb()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 125 #define CBS_ASN1_INTEGER 0x2 macro
|
/external/boringssl/src/crypto/x509/ |
D | pkcs7.c | 283 !CBB_add_asn1(&seq, &version_bytes, CBS_ASN1_INTEGER) || in pkcs7_bundle()
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 296 if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_INTEGER)) { in CBS_get_asn1_uint64()
|
D | cbb.c | 416 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_INTEGER)) { in CBB_add_asn1_uint64()
|
/external/boringssl/src/crypto/evp/ |
D | evp_extra_test.cc | 600 CBS_ASN1_INTEGER) || in ParseCertificate()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8.c | 762 !CBS_get_asn1(&contents, &version_bytes, CBS_ASN1_INTEGER) || in PKCS12_handle_content_info()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 10811 if (!CBS_get_asn1(cert_id, &serial, CBS_ASN1_INTEGER)) {
|