Home
last modified time | relevance | path

Searched refs:method_state (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dcrypt.c446 sodium_munlock(((sodium_state_T *)state->method_state)->key, in crypt_free_state()
448 sodium_memzero(state->method_state, sizeof(sodium_state_T)); in crypt_free_state()
449 sodium_free(state->method_state); in crypt_free_state()
453 vim_free(state->method_state); in crypt_free_state()
756 state->method_state = sd_state; in crypt_sodium_init()
781 sodium_state_T *sod_st = state->method_state;
826 sodium_state_T *sod_st = state->method_state;
909 sodium_state_T *sod_st = state->method_state; in crypt_sodium_buffer_encode()
954 sodium_state_T *sod_st = state->method_state; in crypt_sodium_buffer_decode()
H A Dcrypt_zip.c96 state->method_state = zs; in crypt_zip_init()
120 zip_state_T *zs = state->method_state; in crypt_zip_encode()
144 zip_state_T *zs = state->method_state; in crypt_zip_decode()
H A Dblowfish.c602 bf_state_T *bfs = state->method_state; in crypt_blowfish_encode()
626 bf_state_T *bfs = state->method_state; in crypt_blowfish_decode()
651 state->method_state = bfs; in crypt_blowfish_init()
H A Dstructs.h2537 void *method_state; // method-specific state information member