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

  /external/boringssl/src/include/openssl/
blowfish.h 71 #define BF_BLOCK 8
  /external/boringssl/src/decrepit/blowfish/
blowfish.c 568 while (len >= BF_BLOCK) {
570 in += BF_BLOCK;
571 out += BF_BLOCK;
572 len -= BF_BLOCK;
596 NID_bf_ecb, BF_BLOCK /* block_size */,
597 16 /* key_size */, BF_BLOCK /* iv_len */,
605 NID_bf_cbc, BF_BLOCK /* block_size */,
606 16 /* key_size */, BF_BLOCK /* iv_len */,
615 16 /* key_size */, BF_BLOCK /* iv_len */,

Completed in 60 milliseconds