/crypto/bytestring/ |
A D | cbs.cc | 279 CBS_ASN1_TAG tag = ((CBS_ASN1_TAG)tag_byte & 0xe0) << CBS_ASN1_TAG_SHIFT; in parse_asn1_tag() local 323 CBS_ASN1_TAG tag; in cbs_get_any_asn1_element() local 440 CBS_ASN1_TAG tag; in cbs_get_asn1() local 478 int CBS_get_asn1_uint64_with_tag(CBS *cbs, uint64_t *out, CBS_ASN1_TAG tag) { in CBS_get_asn1_uint64_with_tag() 504 int CBS_get_asn1_int64_with_tag(CBS *cbs, int64_t *out, CBS_ASN1_TAG tag) { in CBS_get_asn1_int64_with_tag() 539 CBS_ASN1_TAG tag) { in CBS_get_optional_asn1() 557 CBS_ASN1_TAG tag) { in CBS_get_optional_asn1_octet_string() 578 int CBS_get_optional_asn1_uint64(CBS *cbs, uint64_t *out, CBS_ASN1_TAG tag, in CBS_get_optional_asn1_uint64() 595 int CBS_get_optional_asn1_bool(CBS *cbs, int *out, CBS_ASN1_TAG tag, in CBS_get_optional_asn1_bool()
|
A D | ber.cc | 28 static int is_string_type(CBS_ASN1_TAG tag) { in is_string_type() 65 CBS_ASN1_TAG tag; in cbs_find_ber() local 126 CBS_ASN1_TAG tag, child_string_tag = string_tag; in cbs_convert_ber() local
|
A D | cbb.cc | 364 int CBB_add_asn1(CBB *cbb, CBB *out_contents, CBS_ASN1_TAG tag) { in CBB_add_asn1() 491 int CBB_add_asn1_element(CBB *cbb, CBS_ASN1_TAG tag, const uint8_t *data, in CBB_add_asn1_element() 508 int CBB_add_asn1_uint64_with_tag(CBB *cbb, uint64_t value, CBS_ASN1_TAG tag) { in CBB_add_asn1_uint64_with_tag() 550 int CBB_add_asn1_int64_with_tag(CBB *cbb, int64_t value, CBS_ASN1_TAG tag) { in CBB_add_asn1_int64_with_tag()
|
A D | bytestring_test.cc | 254 CBS_ASN1_TAG tag; in TEST() local 284 CBS_ASN1_TAG tag; in TEST() member 306 CBS_ASN1_TAG tag; in TEST() local 822 CBS_ASN1_TAG tag; member 868 CBS_ASN1_TAG tag; in TEST() local 969 CBS_ASN1_TAG tag; member 1124 CBS_ASN1_TAG tag; member
|
/crypto/asn1/ |
A D | tasn_dec.cc | 55 unsigned long ASN1_tag2bit(int tag) { in ASN1_tag2bit() 94 static int is_supported_universal_type(int tag, int aclass) { in is_supported_universal_type() 151 long len, const ASN1_ITEM *it, int tag, int aclass, in asn1_item_ex_d2i() 448 const ASN1_ITEM *it, int tag, int aclass, char opt, in ASN1_item_ex_d2i() 616 long inlen, const ASN1_ITEM *it, int tag, in asn1_d2i_ex_primitive()
|
A D | tasn_enc.cc | 73 const ASN1_ITEM *it, int tag, int aclass) { in ASN1_item_ex_i2d() 82 const ASN1_ITEM *it, int tag, int aclass, in asn1_item_ex_i2d_opt() 232 const ASN1_TEMPLATE *tt, int tag, int iclass, in asn1_template_ex_i2d() 456 const ASN1_ITEM *it, int tag, int aclass, in asn1_i2d_ex_primitive()
|
A D | asn1_lib.cc | 81 CBS_ASN1_TAG tag; in ASN1_get_object() local 111 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() 174 int ASN1_object_size(int constructed, int length, int tag) { in ASN1_object_size()
|
A D | asn1_par.cc | 18 const char *ASN1_tag2str(int tag) { in ASN1_tag2str()
|
A D | a_bitstr.cc | 99 CBS_ASN1_TAG tag) { in asn1_marshal_bit_string()
|
A D | a_int.cc | 76 int asn1_marshal_integer(CBB *out, const ASN1_INTEGER *in, CBS_ASN1_TAG tag) { in asn1_marshal_integer()
|
A D | asn1_test.cc | 2309 int tag; in TEST() local
|
/crypto/cipher/ |
A D | cipher_test.cc | 141 bssl::Span<const uint8_t> tag) { in TestCipherAPI() 383 bssl::Span<const uint8_t> tag) { in TestCipher() 430 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in CipherFileTest() local 673 uint8_t tag[16]; in TEST() local
|
A D | internal.h | 116 uint8_t tag[POLY1305_TAG_LEN]; member 129 uint8_t tag[POLY1305_TAG_LEN]; member
|
A D | aead_test.cc | 185 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local 294 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local 334 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local 904 std::vector<uint8_t> aad, ct, iv, key, msg, tag; in RunWycheproofTestCase() local
|
A D | e_aeseax.cc | 141 size_t in_len, int tag) { in omac_with_tag()
|
A D | e_aesgcmsiv.cc | 810 uint8_t tag[16]; in aead_aes_gcm_siv_seal_scatter() local
|
/crypto/x509/ |
A D | asn1_gen.cc | 134 CBS_ASN1_TAG tag, int padding, int format, in generate_wrapped() 144 CBS_ASN1_TAG tag, int format, int depth) { in generate_v3()
|
A D | x_x509.cc | 121 CBS_ASN1_TAG tag; in x509_parse() local
|
A D | x509_test.cc | 7159 [](CBS_ASN1_TAG tag, std::string_view contents) -> std::vector<uint8_t> { in TEST()
|
/crypto/hmac/ |
A D | hmac_test.cc | 95 std::vector<uint8_t> key, msg, tag; in RunWycheproofTest() local
|
/crypto/cipher/test/ |
A D | make_legacy_aead_tests.go | 93 tag []byte member
|
/crypto/fipsmodule/cmac/ |
A D | cmac_test.cc | 131 std::vector<uint8_t> key, msg, tag; in TEST() local
|
/crypto/ |
A D | mem_test.cc | 115 size_t tag; in TEST() member
|
/crypto/bio/ |
A D | bio.cc | 484 const uint8_t tag = header[0]; in OPENSSL_DECLARE_ERROR_REASON() local
|