Home
last modified time | relevance | path

Searched refs:taglen (Results 151 – 175 of 1308) sorted by relevance

12345678910>>...53

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcipher-cmac.c215 unsigned char *tag, size_t taglen, int check) in cmac_tag() argument
219 if (!tag || taglen == 0 || taglen > c->spec->blocksize) in cmac_tag()
233 memcpy (tag, ctx->u_iv.iv, taglen); in cmac_tag()
238 return buf_eq_const (tag, ctx->u_iv.iv, taglen) ? in cmac_tag()
275 unsigned char *outtag, size_t taglen) in _gcry_cipher_cmac_get_tag() argument
277 return cmac_tag (c, &c->u_mode.cmac, outtag, taglen, 0); in _gcry_cipher_cmac_get_tag()
283 const unsigned char *intag, size_t taglen) in _gcry_cipher_cmac_check_tag() argument
285 return cmac_tag (c, &c->u_mode.cmac, (unsigned char *) intag, taglen, 1); in _gcry_cipher_cmac_check_tag()
/dports/audio/re/re-0.5.8/src/aes/
H A Dstub.c50 int aes_get_authtag(struct aes *aes, uint8_t *tag, size_t taglen) in aes_get_authtag() argument
54 (void)taglen; in aes_get_authtag()
60 int aes_authenticate(struct aes *aes, const uint8_t *tag, size_t taglen) in aes_authenticate() argument
64 (void)taglen; in aes_authenticate()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/encauth/ccm/
H A Dccm_done.c21 unsigned char *tag, unsigned long *taglen) in ccm_done() argument
34 LTC_ARGCHK(taglen != NULL); in ccm_done()
53 for (x = 0; x < 16 && x < *taglen; x++) { in ccm_done()
56 *taglen = x; in ccm_done()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/encauth/ccm/
H A Dccm_done.c21 unsigned char *tag, unsigned long *taglen) in ccm_add_nonce()
34 LTC_ARGCHK(taglen != NULL); in ccm_add_nonce()
53 for (x = 0; x < 16 && x < *taglen; x++) { in ccm_add_nonce()
56 *taglen = x; in ccm_add_nonce()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/encauth/ccm/
H A Dccm_done.c23 unsigned char *tag, unsigned long *taglen) in ccm_done() argument
36 LTC_ARGCHK(taglen != NULL); in ccm_done()
55 for (x = 0; x < 16 && x < *taglen; x++) { in ccm_done()
58 *taglen = x; in ccm_done()
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/encauth/ccm/
H A Dccm_done.c15 unsigned char *tag, unsigned long *taglen) in ccm_done() argument
28 LTC_ARGCHK(taglen != NULL); in ccm_done()
47 for (x = 0; x < 16 && x < *taglen; x++) { in ccm_done()
50 *taglen = x; in ccm_done()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/addons/tsscan/
H A Dtsscan.cpp247 uint32_t len2=streamlen, idx2=index,taglen; in decodePMT() local
251 taglen=decodeDescriptor(buffer+idx2,len2); in decodePMT()
252 len2=len2-taglen; in decodePMT()
253 idx2+=taglen; in decodePMT()
333 uint32_t tag,taglen,tagid; in decodeDescriptor() local
335 taglen=data[1]; in decodeDescriptor()
337 printf("\n\t\t\t Tag :%x len:%d id:%x =",tag,taglen,tagid); in decodeDescriptor()
346 return 2+taglen; in decodeDescriptor()
/dports/multimedia/avidemux/avidemux_2.7.6/addons/tsscan/
H A Dtsscan.cpp247 uint32_t len2=streamlen, idx2=index,taglen; in decodePMT() local
251 taglen=decodeDescriptor(buffer+idx2,len2); in decodePMT()
252 len2=len2-taglen; in decodePMT()
253 idx2+=taglen; in decodePMT()
333 uint32_t tag,taglen,tagid; in decodeDescriptor() local
335 taglen=data[1]; in decodeDescriptor()
337 printf("\n\t\t\t Tag :%x len:%d id:%x =",tag,taglen,tagid); in decodeDescriptor()
346 return 2+taglen; in decodeDescriptor()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/addons/tsscan/
H A Dtsscan.cpp247 uint32_t len2=streamlen, idx2=index,taglen; in decodePMT() local
251 taglen=decodeDescriptor(buffer+idx2,len2); in decodePMT()
252 len2=len2-taglen; in decodePMT()
253 idx2+=taglen; in decodePMT()
333 uint32_t tag,taglen,tagid; in decodeDescriptor() local
335 taglen=data[1]; in decodeDescriptor()
337 printf("\n\t\t\t Tag :%x len:%d id:%x =",tag,taglen,tagid); in decodeDescriptor()
346 return 2+taglen; in decodeDescriptor()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/addons/tsscan/
H A Dtsscan.cpp247 uint32_t len2=streamlen, idx2=index,taglen; in decodePMT() local
251 taglen=decodeDescriptor(buffer+idx2,len2); in decodePMT()
252 len2=len2-taglen; in decodePMT()
253 idx2+=taglen; in decodePMT()
333 uint32_t tag,taglen,tagid; in decodeDescriptor() local
335 taglen=data[1]; in decodeDescriptor()
337 printf("\n\t\t\t Tag :%x len:%d id:%x =",tag,taglen,tagid); in decodeDescriptor()
346 return 2+taglen; in decodeDescriptor()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h60 unsigned char *tag, size_t taglen));
64 unsigned char *tag, size_t taglen));
66 unsigned char *tag, size_t taglen));
97 unsigned char *tag, size_t taglen);
100 unsigned char *expected_tag, size_t taglen);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h60 unsigned char *tag, size_t taglen));
64 unsigned char *tag, size_t taglen));
66 unsigned char *tag, size_t taglen));
97 unsigned char *tag, size_t taglen);
100 unsigned char *expected_tag, size_t taglen);
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h60 unsigned char *tag, size_t taglen));
64 unsigned char *tag, size_t taglen));
66 unsigned char *tag, size_t taglen));
97 unsigned char *tag, size_t taglen);
100 unsigned char *expected_tag, size_t taglen);
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h60 unsigned char *tag, size_t taglen));
64 unsigned char *tag, size_t taglen));
66 unsigned char *tag, size_t taglen));
97 unsigned char *tag, size_t taglen);
100 unsigned char *expected_tag, size_t taglen);
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/include/prov/
H A Dciphercommon_ccm.h60 unsigned char *tag, size_t taglen));
64 unsigned char *tag, size_t taglen));
66 unsigned char *tag, size_t taglen));
97 unsigned char *tag, size_t taglen);
100 unsigned char *expected_tag, size_t taglen);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/include/prov/
H A Dciphercommon_ccm.h60 unsigned char *tag, size_t taglen));
64 unsigned char *tag, size_t taglen));
66 unsigned char *tag, size_t taglen));
97 unsigned char *tag, size_t taglen);
100 unsigned char *expected_tag, size_t taglen);
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/contrib/iptcutil/
H A Diptcutil.c207 taglen; in formatIPTC() local
273 taglen = (((long) buffer[ 0 ]) << 24) | in formatIPTC()
283 taglen = x << 8; in formatIPTC()
287 taglen |= (long) x; in formatIPTC()
290 if ((taglen <= 0) || (taglen > 1048576)) in formatIPTC()
292 printf("Inappropriate IPTC tag length %ld\n",taglen); in formatIPTC()
296 str = (char *) malloc((unsigned int) (taglen+1)); in formatIPTC()
302 for (tagindx=0; tagindx<taglen; tagindx++) in formatIPTC()
312 str[ taglen ] = 0; in formatIPTC()
319 formatString( ofile, str, taglen ); in formatIPTC()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/contrib/iptcutil/
H A Diptcutil.c205 taglen; in formatIPTC() local
271 taglen = (((long) buffer[ 0 ]) << 24) | in formatIPTC()
281 taglen = x << 8; in formatIPTC()
285 taglen |= (long) x; in formatIPTC()
288 if ((taglen <= 0) || (taglen > 1048576)) in formatIPTC()
290 printf("Inappropriate IPTC tag length %ld\n",taglen); in formatIPTC()
294 str = (char *) malloc((unsigned int) (taglen+1)); in formatIPTC()
300 for (tagindx=0; tagindx<taglen; tagindx++) in formatIPTC()
310 str[ taglen ] = 0; in formatIPTC()
317 formatString( ofile, str, taglen ); in formatIPTC()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/contrib/iptcutil/
H A Diptcutil.c205 taglen; in formatIPTC() local
271 taglen = (((long) buffer[ 0 ]) << 24) | in formatIPTC()
281 taglen = x << 8; in formatIPTC()
285 taglen |= (long) x; in formatIPTC()
288 if ((taglen <= 0) || (taglen > 1048576)) in formatIPTC()
290 printf("Inappropriate IPTC tag length %ld\n",taglen); in formatIPTC()
294 str = (char *) malloc((unsigned int) (taglen+1)); in formatIPTC()
300 for (tagindx=0; tagindx<taglen; tagindx++) in formatIPTC()
310 str[ taglen ] = 0; in formatIPTC()
317 formatString( ofile, str, taglen ); in formatIPTC()
/dports/graphics/tiffgt/tiff-4.3.0/contrib/iptcutil/
H A Diptcutil.c205 taglen; in formatIPTC() local
271 taglen = (((long) buffer[ 0 ]) << 24) | in formatIPTC()
281 taglen = x << 8; in formatIPTC()
285 taglen |= (long) x; in formatIPTC()
288 if ((taglen <= 0) || (taglen > 1048576)) in formatIPTC()
290 printf("Inappropriate IPTC tag length %ld\n",taglen); in formatIPTC()
294 str = (char *) malloc((unsigned int) (taglen+1)); in formatIPTC()
300 for (tagindx=0; tagindx<taglen; tagindx++) in formatIPTC()
310 str[ taglen ] = 0; in formatIPTC()
317 formatString( ofile, str, taglen ); in formatIPTC()
/dports/graphics/tiff/tiff-4.3.0/contrib/iptcutil/
H A Diptcutil.c205 taglen; in formatIPTC() local
271 taglen = (((long) buffer[ 0 ]) << 24) | in formatIPTC()
281 taglen = x << 8; in formatIPTC()
285 taglen |= (long) x; in formatIPTC()
288 if ((taglen <= 0) || (taglen > 1048576)) in formatIPTC()
290 printf("Inappropriate IPTC tag length %ld\n",taglen); in formatIPTC()
294 str = (char *) malloc((unsigned int) (taglen+1)); in formatIPTC()
300 for (tagindx=0; tagindx<taglen; tagindx++) in formatIPTC()
310 str[ taglen ] = 0; in formatIPTC()
317 formatString( ofile, str, taglen ); in formatIPTC()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/OpenSSL/
H A DOpenSSLCryptoSymmetricKey.cpp208 if (tag != NULL && taglen != 16) { in decryptCtxInit()
215 m_tagBuf.sbMemcpyIn(tag, taglen); in decryptCtxInit()
260 if (tag != NULL && taglen != 16) { in decryptCtxInit()
267 m_tagBuf.sbMemcpyIn(tag, taglen); in decryptCtxInit()
313 if (tag != NULL && taglen != 16) { in decryptCtxInit()
320 m_tagBuf.sbMemcpyIn(tag, taglen); in decryptCtxInit()
401 unsigned int taglen) { in decryptInit() argument
406 decryptCtxInit(iv, tag, taglen); in decryptInit()
972 if (taglen > 0) {
974 if (maxOutLength - outl < taglen) {
[all …]
/dports/audio/re/re-0.5.8/src/aes/openssl/
H A Daes.c201 int aes_get_authtag(struct aes *aes, uint8_t *tag, size_t taglen) in aes_get_authtag() argument
205 if (!aes || !tag || !taglen) in aes_get_authtag()
217 (int)taglen, tag)) { in aes_get_authtag()
241 int aes_authenticate(struct aes *aes, const uint8_t *tag, size_t taglen) in aes_authenticate() argument
245 if (!aes || !tag || !taglen) in aes_authenticate()
252 (int)taglen, (void *)tag)) { in aes_authenticate()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/encauth/eax/
H A Deax_done.c25 int eax_done(eax_state *eax, unsigned char *tag, unsigned long *taglen) in eax_done() argument
33 LTC_ARGCHK(taglen != NULL); in eax_done()
69 for (x = 0; x < len && x < *taglen; x++) { in eax_done()
72 *taglen = x; in eax_done()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/encauth/eax/
H A Deax_done.c25 int eax_done(eax_state *eax, unsigned char *tag, unsigned long *taglen) in eax_done() argument
33 LTC_ARGCHK(taglen != NULL); in eax_done()
69 for (x = 0; x < len && x < *taglen; x++) { in eax_done()
72 *taglen = x; in eax_done()

12345678910>>...53