Searched refs:expected_tag (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | cipher-chachapoly.c | 74 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local 91 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt() 92 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt() 116 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()
|
H A D | cipher-chachapoly-libcrypto.c | 90 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local 110 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt() 111 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) { in chachapoly_crypt() 141 explicit_bzero(expected_tag, sizeof(expected_tag)); in chachapoly_crypt()
|
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | tasn_dec.c | 106 int *out_indefinite, int *out_constructed, int expected_tag, in asn1_check_tag() argument 130 if (expected_tag >= 0) { in asn1_check_tag() 131 if (expected_tag != tag_number || in asn1_check_tag() 181 asn1_collect(CBB *cbb, CBS *cbs, int indefinite, int expected_tag, in asn1_collect() argument 205 &constructed, expected_tag, expected_class, 0)) { in asn1_collect() 211 if (!asn1_collect(cbb, cbs, indefinite, expected_tag, in asn1_collect()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-streamer-in.c | 1044 enum LTO_tags expected_tag; in streamer_get_pickled_tree() local 1047 expected_tag = streamer_read_enum (ib, LTO_tags, LTO_NUM_TAGS); in streamer_get_pickled_tree() 1051 && TREE_CODE (result) == lto_tag_to_tree_code (expected_tag)); in streamer_get_pickled_tree()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-streamer-in.c | 1126 enum LTO_tags expected_tag; in streamer_get_pickled_tree() local 1129 expected_tag = streamer_read_enum (ib, LTO_tags, LTO_NUM_TAGS); in streamer_get_pickled_tree() 1133 && TREE_CODE (result) == lto_tag_to_tree_code (expected_tag)); in streamer_get_pickled_tree()
|