Searched refs:iv (Results 1 – 8 of 8) sorted by relevance
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
D | BrokenKeyDerivationActivity.java | 158 byte[] data, SecretKey key, byte[] iv, boolean isEncrypt) { in encryptOrDecrypt() argument 162 new IvParameterSpec(iv)); in encryptOrDecrypt() 169 private static byte[] encryptData(byte[] data, byte[] iv, SecretKey key) { in encryptData() argument 170 return encryptOrDecrypt(data, key, iv, true); in encryptData() 173 private static byte[] decryptData(byte[] data, byte[] iv, SecretKey key) { in decryptData() argument 174 return encryptOrDecrypt(data, key, iv, false); in decryptData() 208 byte[] iv = new byte[IV_SIZE]; in retrieveIv() 211 readFromFileOrCreateRandom("iv", iv); in retrieveIv() 212 return iv; in retrieveIv()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | DialogActivity.java | 70 ImageView iv = new ImageView(DialogActivity.this); 71 iv.setImageDrawable(getResources().getDrawable(R.drawable.icon48x48_1)); 72 iv.setPadding(4, 4, 4, 4); 73 layout.addView(iv);
|
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/ |
D | MainActivity.java | 140 ImageView iv = (ImageView) mInflater 144 iv.setImageURI(item.getContentUri()); 147 container.addView(iv); 148 return iv;
|
/development/samples/Vault/src/com/example/android/vault/ |
D | EncryptedDocument.java | 277 final IvParameterSpec ivSpec = new IvParameterSpec(section.iv); in readSection() 317 mRandom.nextBytes(section.iv); in writeSection() 319 final IvParameterSpec ivSpec = new IvParameterSpec(section.iv); in writeSection() 360 final byte[] iv = new byte[DATA_KEY_LENGTH]; field in EncryptedDocument.Section 365 f.readFully(iv); in read() 371 f.write(iv); in write()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | RecipeListAdapter.java | 123 ImageView iv = (ImageView) view.findViewById(R.id.imageView); in getView() local 128 iv.setImageBitmap(item.image); in getView() 130 iv.setImageDrawable(mContext.getResources().getDrawable(R.drawable.ic_noimage)); in getView()
|
D | RecipeActivity.java | 119 ImageView iv = (ImageView) view.findViewById(R.id.stepImageView); in displayRecipe() local 121 iv.setVisibility(View.GONE); in displayRecipe() 124 iv.setImageBitmap(stepImage); in displayRecipe()
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
D | NavigationDrawerActivity.java | 238 ImageView iv = ((ImageView) rootView.findViewById(R.id.image)); in onCreateView() local 239 iv.setImageResource(imageId); in onCreateView()
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 213 iv) states that source code for the Program is available from 10062 iv) states that source code for the Program is available from such 11911 …iv) states that source code for the Program is available from such Contributor, and informs licens… 13306 iv) states that source code for the Program is available from such Contributor, and informs license…
|