HomeSort by: relevance | last modified time | path
    Searched refs:RC2_BLOCK_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rc2.h 51 #define RC2_BLOCK_SIZE 8
52 #define RC2_BLOCK RC2_BLOCK_SIZE
rc2.c 202 unsigned char tmp[RC2_BLOCK_SIZE];
206 while (size >= RC2_BLOCK_SIZE) {
207 for (i = 0; i < RC2_BLOCK_SIZE; i++)
210 memcpy(iv, out, RC2_BLOCK_SIZE);
211 size -= RC2_BLOCK_SIZE;
212 in += RC2_BLOCK_SIZE;
213 out += RC2_BLOCK_SIZE;
218 for (i = size; i < RC2_BLOCK_SIZE; i++)
221 memcpy(iv, out, RC2_BLOCK_SIZE);
224 while (size >= RC2_BLOCK_SIZE) {
    [all...]
evp-hcrypto.c 586 RC2_BLOCK_SIZE,
588 RC2_BLOCK_SIZE,
615 RC2_BLOCK_SIZE,
617 RC2_BLOCK_SIZE,
644 RC2_BLOCK_SIZE,
646 RC2_BLOCK_SIZE,

Completed in 21 milliseconds