Searched refs:tag_set (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_aes.c110 int tag_set; /* Set if tag is valid */ member in struct:__anon17
1760 cctx->tag_set = 0;
1778 cctx->tag_set = 1;
1785 if (!c->encrypt || !cctx->tag_set)
1789 cctx->tag_set = 0;
1862 if (!ctx->encrypt && !cctx->tag_set)
1891 cctx->tag_set = 1;
1907 cctx->tag_set = 0;

Completed in 17 milliseconds