Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 24 of 24) sorted by relevance

/crypto/bytestring/
A Dcbs.cc279 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 Dber.cc28 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 Dcbb.cc364 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 Dbytestring_test.cc254 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 Dtasn_dec.cc55 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 Dtasn_enc.cc73 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 Dasn1_lib.cc81 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 Dasn1_par.cc18 const char *ASN1_tag2str(int tag) { in ASN1_tag2str()
A Da_bitstr.cc99 CBS_ASN1_TAG tag) { in asn1_marshal_bit_string()
A Da_int.cc76 int asn1_marshal_integer(CBB *out, const ASN1_INTEGER *in, CBS_ASN1_TAG tag) { in asn1_marshal_integer()
A Dasn1_test.cc2309 int tag; in TEST() local
/crypto/cipher/
A Dcipher_test.cc141 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 Dinternal.h116 uint8_t tag[POLY1305_TAG_LEN]; member
129 uint8_t tag[POLY1305_TAG_LEN]; member
A Daead_test.cc185 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 De_aeseax.cc141 size_t in_len, int tag) { in omac_with_tag()
A De_aesgcmsiv.cc810 uint8_t tag[16]; in aead_aes_gcm_siv_seal_scatter() local
/crypto/x509/
A Dasn1_gen.cc134 CBS_ASN1_TAG tag, int padding, int format, in generate_wrapped()
144 CBS_ASN1_TAG tag, int format, int depth) { in generate_v3()
A Dx_x509.cc121 CBS_ASN1_TAG tag; in x509_parse() local
A Dx509_test.cc7159 [](CBS_ASN1_TAG tag, std::string_view contents) -> std::vector<uint8_t> { in TEST()
/crypto/hmac/
A Dhmac_test.cc95 std::vector<uint8_t> key, msg, tag; in RunWycheproofTest() local
/crypto/cipher/test/
A Dmake_legacy_aead_tests.go93 tag []byte member
/crypto/fipsmodule/cmac/
A Dcmac_test.cc131 std::vector<uint8_t> key, msg, tag; in TEST() local
/crypto/
A Dmem_test.cc115 size_t tag; in TEST() member
/crypto/bio/
A Dbio.cc484 const uint8_t tag = header[0]; in OPENSSL_DECLARE_ERROR_REASON() local

Completed in 59 milliseconds