}AES_cbc_encrypt(data +16, out,16, &akey, iv, AES_DECRYPT);/* various tests */if(out[0] !='{')// fast testreturn-1;// "guid" will be found in the first blockif(memmem(out,16,"\"guid\"",6)) {memcpy(iv, cur_salt->data,16);//IV has to be reset.AES_cbc_encrypt(d...
}AES_cbc_encrypt(data +16, out,16, &akey, iv, AES_DECRYPT);/* various tests */if(out[0] !='{')// fast testreturn-1;// "guid" will be found in the first blockif(memmem(out,16,"\"guid\"",6)) {memcpy(iv, cur_salt->data,16);//IV has to be reset.AES_cbc_encrypt(d...