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

/external/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)
334 ctx->buf_len=OK_BLOCK_BLOCK;
340 n= (inl+ ctx->buf_len > OK_BLOCK_SIZE+ OK_BLOCK_BLOCK) ?
341 (int)(OK_BLOCK_SIZE+OK_BLOCK_BLOCK-ctx->buf_len) : inl;
348 if(ctx->buf_len >= OK_BLOCK_SIZE+ OK_BLOCK_BLOCK)
565 tl= ctx->buf_len- OK_BLOCK_BLOCK;
571 (unsigned char*) &(ctx->buf[OK_BLOCK_BLOCK]), tl))
593 assert(sizeof(tl)>=OK_BLOCK_BLOCK); /* always true */
599 if (ctx->buf_len < tl+ OK_BLOCK_BLOCK
[all...]

Completed in 57 milliseconds