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

  /external/openssl/crypto/evp/
e_aes_cbc_hmac_sha1.c 258 unsigned int res, maxpad, pad, bitlen; local
277 maxpad = len-(SHA_DIGEST_LENGTH+1);
278 maxpad |= (255-maxpad)>>(sizeof(maxpad)*8-8);
279 maxpad &= 255;
412 unsigned char *p = out+len-1-maxpad-SHA_DIGEST_LENGTH;
416 maxpad += SHA_DIGEST_LENGTH;
417 for (res=0,i=0,j=0;j<maxpad;j++) {
425 maxpad -= SHA_DIGEST_LENGTH
    [all...]

Completed in 77 milliseconds