HomeSort by relevance Sort by last modified time
    Searched defs:md_size (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/crypto/fipsmodule/digest/
internal.h 72 /* md_size contains the size, in bytes, of the resulting digest. */
73 unsigned md_size; member in struct:env_md_st
84 /* final completes the hash and writes |md_size| bytes of digest to |out|. */
  /external/tpm2/
OsslCryptoEngine.h 40 /* md_size contains the size, in bytes, of the resulting digest. */
41 unsigned md_size; member in struct:env_md_st
52 /* final completes the hash and writes |md_size| bytes of digest to |out|. */
  /external/boringssl/src/crypto/cipher_extra/
e_ssl3.c 40 size_t md_size = EVP_MD_CTX_size(&ssl3_ctx->md_ctx); local
41 size_t pad_len = (md_size == 20) ? 40 : 48;
68 !EVP_DigestUpdate(&md_ctx, tmp, md_size) ||
tls_cbc.c 123 void EVP_tls_cbc_copy_mac(uint8_t *out, size_t md_size, const uint8_t *in,
131 size_t mac_start = mac_end - md_size;
134 assert(in_len >= md_size);
135 assert(md_size <= EVP_MAX_MD_SIZE);
141 if (orig_len > md_size + 255 + 1) {
142 scan_start = orig_len - (md_size + 255 + 1);
147 OPENSSL_memset(rotated_mac, 0, md_size);
149 if (j >= md_size) {
150 j -= md_size;
160 /* Now rotate the MAC. We rotate in log(md_size) steps, one for each bi
274 unsigned md_size, md_block_size = 64; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 3128 int md_size; local
    [all...]

Completed in 169 milliseconds