Home
last modified time | relevance | path

Searched defs:taglen (Results 1 – 25 of 28) sorted by relevance

12

/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_ccm_hw.c33 unsigned char *tag, size_t taglen) in ossl_ccm_generic_auth_encrypt()
50 unsigned char *expected_tag, size_t taglen) in ossl_ccm_generic_auth_decrypt()
Dcipher_aes_siv.h28 size_t taglen; /* the taglen is the same as the sivlen */ member
Dcipher_aes_ocb.h31 size_t taglen; member
Dciphercommon_gcm.c161 size_t taglen = (ctx->taglen != UNINITIALISED_SIZET) ? ctx->taglen : in ossl_gcm_get_ctx_params() local
Dcipher_aes_ocb.c52 size_t ivlen, size_t taglen) in aes_generic_ocb_setiv()
/third_party/openssl/test/
Daesgcmtest.c97 int ctlen = 0, taglen = 0; in kat_test() local
124 int ctlen = 0, taglen = 0; in ivgen_test() local
Devp_extra_test.c3555 size_t taglen; member
3637 size_t taglen = sizeof(tag); in test_evp_init_seq() local
3940 size_t taglen = sizeof(tag); in test_gcm_reinit() local
/third_party/ffmpeg/libavformat/
Did3v2.c319 static void read_ttag(AVFormatContext *s, AVIOContext *pb, int taglen, in read_ttag()
358 static void read_uslt(AVFormatContext *s, AVIOContext *pb, int taglen, in read_uslt()
407 static void read_comment(AVFormatContext *s, AVIOContext *pb, int taglen, in read_comment()
449 static void read_geobtag(AVFormatContext *s, AVIOContext *pb, int taglen, in read_geobtag()
582 static void read_apic(AVFormatContext *s, AVIOContext *pb, int taglen, in read_apic()
682 int taglen; in read_chapter() local
741 static void read_priv(AVFormatContext *s, AVIOContext *pb, int taglen, in read_priv()
Domadec.c187 uint32_t taglen, datalen; in nprobe() local
/third_party/openssl/ssl/record/
Dssl3_record_tls13.c28 size_t taglen, offset, loop, hdrlen; in tls13_enc() local
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genaes.c319 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt()
/third_party/libwebsockets/include/libwebsockets/
Dlws-genaes.h88 int taglen; member
/third_party/mbedtls/include/mbedtls/
Dpsa_util.h89 mbedtls_cipher_mode_t mode, size_t taglen ) in mbedtls_psa_translate_cipher_mode()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c292 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt()
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon_gcm.h51 size_t taglen; member
/third_party/openssl/crypto/modes/
Docb128.c218 size_t len, size_t taglen) in CRYPTO_ocb128_setiv()
/third_party/openssl/ssl/
Dt1_enc.c402 int taglen; in tls1_change_cipher_state() local
Dtls13_enc.c342 size_t ivlen, keylen, taglen; in derive_secret_key_and_iv() local
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c106 size_t taglen = strlen(iname); in lws_cache_heap_item_destroy() local
/third_party/openssl/crypto/evp/
De_aria.c39 int taglen; member
De_aes.c54 int taglen; member
115 int taglen; member
892 int taglen; member
/third_party/mbedtls/library/
Dcipher.c224 size_t taglen ) in mbedtls_cipher_setup_psa()
Dssl_msg.c386 size_t taglen ) in ssl_extract_add_data_from_record()
/third_party/openssl/crypto/cms/
Dcms_env.c1257 int taglen, ok = 0; in ossl_cms_AuthEnvelopedData_final() local
Dcms_local.h137 size_t taglen; member

12