Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DTensorFlowCompile.cmake13 # ${model} directory, looking for the ${tag_set} tag set, and the SignatureDef
18 function(tfcompile model tag_set signature_def_key fname cpp_class)
37 --tag_set ${tag_set}
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dciphercommon_ccm.c94 ctx->tag_set = 1; in ossl_ccm_set_ctx_params()
208 if (!ctx->enc || !ctx->tag_set) { in ossl_ccm_get_ctx_params()
218 ctx->tag_set = 0; in ossl_ccm_get_ctx_params()
423 ctx->tag_set = 1; in ccm_cipher_internal()
426 if (!ctx->tag_set) in ccm_cipher_internal()
433 ctx->tag_set = 0; in ccm_cipher_internal()
450 ctx->tag_set = 0; in ossl_ccm_initctx()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aria.c51 int tag_set; /* Set if tag is valid */ member
541 cctx->tag_set = 0; in aria_ccm_ctrl()
598 cctx->tag_set = 1; in aria_ccm_ctrl()
605 if (!EVP_CIPHER_CTX_encrypting(c) || !cctx->tag_set) in aria_ccm_ctrl()
609 cctx->tag_set = 0; in aria_ccm_ctrl()
714 if (!EVP_CIPHER_CTX_encrypting(ctx) && !cctx->tag_set) in aria_ccm_cipher()
728 cctx->tag_set = 1; in aria_ccm_cipher()
745 cctx->tag_set = 0; in aria_ccm_cipher()
H A De_aes.c69 int tag_set; /* Set if tag is valid */ member
1146 int tag_set; member
2273 if (!enc && !cctx->aes.ccm.tag_set) in s390x_aes_ccm_cipher()
2292 cctx->aes.ccm.tag_set = 1; in s390x_aes_ccm_cipher()
2328 cctx->aes.ccm.tag_set = 0; in s390x_aes_ccm_ctrl()
2397 cctx->aes.ccm.tag_set = 1; in s390x_aes_ccm_ctrl()
2407 if (!enc || !cctx->aes.ccm.tag_set) in s390x_aes_ccm_ctrl()
3512 cctx->tag_set = 0; in aes_ccm_ctrl()
3568 cctx->tag_set = 1; in aes_ccm_ctrl()
3575 if (!EVP_CIPHER_CTX_encrypting(c) || !cctx->tag_set) in aes_ccm_ctrl()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aria.c52 int tag_set; /* Set if tag is valid */ member
551 cctx->tag_set = 0; in aria_ccm_ctrl()
608 cctx->tag_set = 1; in aria_ccm_ctrl()
615 if (!EVP_CIPHER_CTX_is_encrypting(c) || !cctx->tag_set) in aria_ccm_ctrl()
619 cctx->tag_set = 0; in aria_ccm_ctrl()
724 if (!EVP_CIPHER_CTX_is_encrypting(ctx) && !cctx->tag_set) in aria_ccm_cipher()
737 cctx->tag_set = 1; in aria_ccm_cipher()
754 cctx->tag_set = 0; in aria_ccm_cipher()
H A De_aes.c87 int tag_set; /* Set if tag is valid */ member
943 int tag_set; member
2007 if (!enc && !cctx->aes.ccm.tag_set) in s390x_aes_ccm_cipher()
2026 cctx->aes.ccm.tag_set = 1; in s390x_aes_ccm_cipher()
2042 cctx->aes.ccm.tag_set = 0; in s390x_aes_ccm_cipher()
2065 cctx->aes.ccm.tag_set = 0; in s390x_aes_ccm_ctrl()
2133 cctx->aes.ccm.tag_set = 1; in s390x_aes_ccm_ctrl()
2143 if (!enc || !cctx->aes.ccm.tag_set) in s390x_aes_ccm_ctrl()
2150 cctx->aes.ccm.tag_set = 0; in s390x_aes_ccm_ctrl()
3283 cctx->tag_set = 0; in aes_ccm_ctrl()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dciphercommon_ccm.h34 unsigned int tag_set : 1; /* Set if tag is valid */ member
/netbsd-src/external/bsd/libevent/dist/
H A Devent_rpcgen.py1482 tag_set = None
1518 if not tag_set:
1519 tag_set = 1
1527 if not tag_set: