HomeSort by: relevance | last modified time | path
    Searched refs:tag_set (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_ccm.c 94 ctx->tag_set = 1;
208 if (!ctx->enc || !ctx->tag_set) {
218 ctx->tag_set = 0;
423 ctx->tag_set = 1;
426 if (!ctx->tag_set)
433 ctx->tag_set = 0;
450 ctx->tag_set = 0;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_ccm.c 94 ctx->tag_set = 1;
208 if (!ctx->enc || !ctx->tag_set) {
218 ctx->tag_set = 0;
423 ctx->tag_set = 1;
426 if (!ctx->tag_set)
433 ctx->tag_set = 0;
450 ctx->tag_set = 0;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon_ccm.h 34 unsigned int tag_set : 1; /* Set if tag is valid */ member in struct:prov_ccm_st
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon_ccm.h 38 unsigned int tag_set : 1; /* Set if tag is valid */ member in struct:prov_ccm_st
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aria.c 52 int tag_set; /* Set if tag is valid */ member in struct:__anon1387
551 cctx->tag_set = 0;
608 cctx->tag_set = 1;
615 if (!EVP_CIPHER_CTX_is_encrypting(c) || !cctx->tag_set)
619 cctx->tag_set = 0;
724 if (!EVP_CIPHER_CTX_is_encrypting(ctx) && !cctx->tag_set)
737 cctx->tag_set = 1;
754 cctx->tag_set = 0;
e_aes.c 87 int tag_set; /* Set if tag is valid */ member in struct:__anon1337
943 int tag_set; member in struct:__anon1357::__anon1358::__anon1360
2007 if (!enc && !cctx->aes.ccm.tag_set)
2026 cctx->aes.ccm.tag_set = 1;
2042 cctx->aes.ccm.tag_set = 0;
2065 cctx->aes.ccm.tag_set = 0;
2133 cctx->aes.ccm.tag_set = 1;
2143 if (!enc || !cctx->aes.ccm.tag_set)
2150 cctx->aes.ccm.tag_set = 0;
3283 cctx->tag_set = 0
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aria.c 51 int tag_set; /* Set if tag is valid */ member in struct:__anon2029
541 cctx->tag_set = 0;
598 cctx->tag_set = 1;
605 if (!EVP_CIPHER_CTX_encrypting(c) || !cctx->tag_set)
609 cctx->tag_set = 0;
714 if (!EVP_CIPHER_CTX_encrypting(ctx) && !cctx->tag_set)
728 cctx->tag_set = 1;
745 cctx->tag_set = 0;
e_aes.c 69 int tag_set; /* Set if tag is valid */ member in struct:__anon1979
1146 int tag_set; member in struct:__anon1999::__anon2000::__anon2002
2273 if (!enc && !cctx->aes.ccm.tag_set)
2292 cctx->aes.ccm.tag_set = 1;
2328 cctx->aes.ccm.tag_set = 0;
2397 cctx->aes.ccm.tag_set = 1;
2407 if (!enc || !cctx->aes.ccm.tag_set)
3512 cctx->tag_set = 0;
3568 cctx->tag_set = 1;
3575 if (!EVP_CIPHER_CTX_encrypting(c) || !cctx->tag_set)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aria.c 52 int tag_set; /* Set if tag is valid */ member in struct:__anon68
548 cctx->tag_set = 0;
604 cctx->tag_set = 1;
611 if (!EVP_CIPHER_CTX_is_encrypting(c) || !cctx->tag_set)
615 cctx->tag_set = 0;
719 if (!EVP_CIPHER_CTX_is_encrypting(ctx) && !cctx->tag_set)
732 cctx->tag_set = 1;
749 cctx->tag_set = 0;
e_aes.c 87 int tag_set; /* Set if tag is valid */ member in struct:__anon34
1005 int tag_set; member in struct:__anon54::__anon55::__anon57
2111 if (!enc && !cctx->aes.ccm.tag_set)
2130 cctx->aes.ccm.tag_set = 1;
2146 cctx->aes.ccm.tag_set = 0;
2169 cctx->aes.ccm.tag_set = 0;
2237 cctx->aes.ccm.tag_set = 1;
2247 if (!enc || !cctx->aes.ccm.tag_set)
2254 cctx->aes.ccm.tag_set = 0;
3392 cctx->tag_set = 0
    [all...]
  /src/external/bsd/libevent/dist/
event_rpcgen.py 1482 tag_set = None
1518 if not tag_set:
1519 tag_set = 1
1527 if not tag_set:
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 1482 tag_set = None
1518 if not tag_set:
1519 tag_set = 1
1527 if not tag_set:

Completed in 53 milliseconds