HomeSort by relevance Sort by last modified time
    Searched full:hmac_actual_length (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/child/webcrypto/
platform_crypto_openssl.cc 359 unsigned int hmac_actual_length; local
366 &hmac_actual_length);
367 if (!success || hmac_actual_length != hmac_expected_length)

Completed in 160 milliseconds