Home
last modified time | relevance | path

Searched defs:bfs (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dblowfish.c342 bf_state_T *bfs, in bf_e_block()
378 bf_state_T *bfs, in bf_e_cblock()
398 bf_state_T *bfs, in bf_key_init()
560 bf_state_T *bfs, in bf_cfb_init()
576 #define BF_CFB_UPDATE(bfs, c) { \ argument
582 #define BF_RANBYTE(bfs, t) { \ argument
602 bf_state_T *bfs = state->method_state; in crypt_blowfish_encode() local
626 bf_state_T *bfs = state->method_state; in crypt_blowfish_decode() local
647 bf_state_T *bfs = ALLOC_CLEAR_ONE(bf_state_T); in crypt_blowfish_init() local