HomeSort by relevance Sort by last modified time
    Searched refs:tag_length (Results 1 - 8 of 8) sorted by null

  /system/keymaster/km_openssl/
block_cipher_operation.h 72 keymaster_padding_t padding, bool caller_iv, size_t tag_length,
121 bool caller_iv, size_t tag_length, Key&& key,
123 : BlockCipherEvpOperation(KM_PURPOSE_ENCRYPT, block_mode, padding, caller_iv, tag_length,
141 size_t tag_length, Key&& key,
144 false /* caller_iv -- don't care */, tag_length, move(key),
block_cipher_operation.cpp 54 size_t* tag_length) {
75 *tag_length = tag_length_bits / 8;
98 size_t tag_length = 0; local
100 *error = GetAndValidateGcmTagLength(begin_params, key.authorizations(), &tag_length);
122 block_mode, padding, caller_nonce, tag_length, move(key), GetCipherDescription()));
126 block_mode, padding, tag_length, move(key), GetCipherDescription()));
147 size_t tag_length, Key&& key,
150 caller_iv_(caller_iv), tag_length_(tag_length), data_started_(false), padding_(padding),
  /external/ImageMagick/coders/
meta.c 1567 tag_length; local
    [all...]
jpeg.c 1927 tag_length; local
    [all...]
  /external/scapy/scapy/layers/tls/crypto/
cipher_aead.py 151 tag_length=self.tag_len)
203 tag_length=self.tag_len)
323 tag_length=self.tag_len)
355 tag_length=self.tag_len)
  /external/flac/libFLAC/
metadata_iterators.c 3084 unsigned tag_length = 0; local
    [all...]
  /external/libpng/
png.c 2218 png_uint_32 tag_length = png_get_uint_32(tag+8);\/* not padded *\/ local
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 2178 png_uint_32 tag_length = png_get_uint_32(tag+8);\/* not padded *\/ local
    [all...]

Completed in 877 milliseconds