Searched refs:OK_BLOCK_BLOCK (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_ok.c141 #define OK_BLOCK_BLOCK 4 macro
142 #define IOBS (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
319 ctx->buf_len=OK_BLOCK_BLOCK;
325 n= (inl+ ctx->buf_len > OK_BLOCK_SIZE+ OK_BLOCK_BLOCK) ?
326 (int)(OK_BLOCK_SIZE+OK_BLOCK_BLOCK-ctx->buf_len) : inl;
333 if(ctx->buf_len >= OK_BLOCK_SIZE+ OK_BLOCK_BLOCK)
530 tl= ctx->buf_len- OK_BLOCK_BLOCK;
535 EVP_DigestUpdate(md, (unsigned char*) &(ctx->buf[OK_BLOCK_BLOCK]), tl);
551 assert(sizeof(tl)>=OK_BLOCK_BLOCK); /* always true */
557 if (ctx->buf_len < tl+ OK_BLOCK_BLOCK
[all...]

Completed in 46 milliseconds