HomeSort by relevance Sort by last modified time
    Searched refs:block_in (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c 249 static int _safer_ecb_encrypt(const unsigned char *block_in,
253 int safer_ecb_encrypt(const unsigned char *block_in,
261 LTC_ARGCHK(block_in != NULL);
266 a = block_in[0]; b = block_in[1]; c = block_in[2]; d = block_in[3];
267 e = block_in[4]; f = block_in[5]; g = block_in[6]; h = block_in[7]
    [all...]
  /external/openssl/crypto/evp/
bio_ok.c 139 static void block_in(BIO* b);
272 if (ctx->sigio == 0) block_in(b);
541 static void block_in(BIO* b) function

Completed in 452 milliseconds