Lines Matching defs:whichKey
245026 CODEC_STATIC int sqlite3CodecDeriveKey(CodecContext *ctx, OperateContext whichKey){
245029 switch(whichKey){
245538 CODEC_STATIC int sqlite3CodecEncryptData(CodecContext *ctx, OperateContext whichKey, Pgno pgno, int bufferSize, unsigned char *input, unsigned char *output){
245540 switch(whichKey){
245552 rc = sqlite3CodecDeriveKey(ctx, whichKey);
245586 CODEC_STATIC int sqlite3CodecDecryptData(CodecContext *ctx, OperateContext whichKey, Pgno pgno, int bufferSize, unsigned char *input, unsigned char *output){
245588 switch(whichKey){
245600 rc = sqlite3CodecDeriveKey(ctx, whichKey);