Searched refs:cryptkey (Results 1 – 2 of 2) sorted by relevance
154 char_u *cryptkey = NULL; in readfile() local1301 cryptkey = check_for_cryptkey(cryptkey, ptr, &size, in readfile()1462 || (cryptkey != NULL in readfile()2307 if (cryptkey != NULL && cryptkey != curbuf->b_p_key) in readfile()2308 crypt_free_key(cryptkey); in readfile()2475 if (cryptkey != NULL) in readfile()2911 if (cryptkey != NULL && *cryptkey == NUL) in check_for_cryptkey()2914 vim_free(cryptkey); in check_for_cryptkey()2915 cryptkey = NULL; in check_for_cryptkey()2920 if (cryptkey != NULL) in check_for_cryptkey()[all …]
5488 Solution: Don't free cryptkey when it is equal to the 'key' option.