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
102
r ^= p[
BF_ROUNDS
+ 1];
117
l ^= p[
BF_ROUNDS
+ 1];
453
if (len > ((
BF_ROUNDS
+ 2) * 4))
454
len = (
BF_ROUNDS
+ 2) * 4;
458
for (i = 0; i <
BF_ROUNDS
+ 2; i++) {
487
for (i = 0; i <
BF_ROUNDS
+ 2; i += 2) {
Completed in 532 milliseconds