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

  /external/mmc-utils/3rdparty/hmac_sha/
hmac_sha2.h 101 unsigned int mac_size);
104 unsigned char *mac, unsigned mac_size);
112 unsigned int mac_size);
115 unsigned char *mac, unsigned mac_size);
123 unsigned int mac_size);
126 unsigned char *mac, unsigned mac_size);
134 unsigned int mac_size);
137 unsigned char *mac, unsigned mac_size);
hmac_sha2.c 106 unsigned int mac_size)
114 memcpy(mac, mac_temp, mac_size);
119 unsigned char *mac, unsigned mac_size)
125 hmac_sha224_final(&ctx, mac, mac_size);
192 unsigned int mac_size)
200 memcpy(mac, mac_temp, mac_size);
205 unsigned char *mac, unsigned mac_size)
211 hmac_sha256_final(&ctx, mac, mac_size);
278 unsigned int mac_size)
286 memcpy(mac, mac_temp, mac_size);
    [all...]
  /external/boringssl/src/crypto/cipher/
internal.h 117 unsigned block_size, unsigned mac_size);
tls_cbc.c 77 unsigned block_size, unsigned mac_size) {
79 const unsigned overhead = 1 /* padding length byte */ + mac_size;
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
tsig.py 135 (upper_time, lower_time, fudge, mac_size) = \
139 mac = wire[current:current + mac_size]
140 current += mac_size
  /system/security/keystore/
keystore_client_impl.cpp 535 uint32_t mac_size = 0; local
536 if ((!hardware_enforced_characteristics.GetTagValue(keymaster::TAG_MIN_MAC_LENGTH, &mac_size) &&
538 &mac_size)) ||
539 mac_size != kHMACOutputSize) {

Completed in 203 milliseconds