Home
last modified time | relevance | path

Searched refs:BF_ROUNDS (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dblowfish.h70 #define BF_ROUNDS 16 macro
74 uint32_t P[BF_ROUNDS + 2];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dblowfish.h70 #define BF_ROUNDS 16 macro
74 uint32_t P[BF_ROUNDS + 2];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dblowfish.h70 #define BF_ROUNDS 16 macro
74 uint32_t P[BF_ROUNDS + 2];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dblowfish.h70 #define BF_ROUNDS 16 macro
74 uint32_t P[BF_ROUNDS + 2];
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dblowfish.h70 #define BF_ROUNDS 16 macro
74 uint32_t P[BF_ROUNDS + 2];
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dblowfish.h70 #define BF_ROUNDS 16 macro
74 uint32_t P[BF_ROUNDS + 2];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dblowfish.h98 # define BF_ROUNDS 16 macro
102 BF_LONG P[BF_ROUNDS + 2];
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h367 #define BF_ROUNDS 16 macro
370 uint32_t p[BF_ROUNDS+2];
613 for (i = 0; i < BF_ROUNDS; ++i) { in bf_enc()
622 Xl ^= key->p[BF_ROUNDS]; in bf_enc()
623 Xr ^= key->p[BF_ROUNDS + 1]; in bf_enc()
641 for (i = 0; i < BF_ROUNDS + 2; ++i) { in bf_setkey()
656 for (i = 0; i < BF_ROUNDS + 2; i += 2) { in bf_setkey()