OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BF_ROUNDS
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
blowfish.h
70
#define
BF_ROUNDS
16
74
uint32_t P[
BF_ROUNDS
+ 2];
/external/boringssl/src/decrepit/blowfish/
blowfish.c
98
r ^= p[
BF_ROUNDS
+ 1];
113
l ^= p[
BF_ROUNDS
+ 1];
447
if (len > ((
BF_ROUNDS
+ 2) * 4))
448
len = (
BF_ROUNDS
+ 2) * 4;
452
for (i = 0; i <
BF_ROUNDS
+ 2; i++) {
481
for (i = 0; i <
BF_ROUNDS
+ 2; i += 2) {
Completed in 135 milliseconds