/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreCipherSpiBase.java | 156 mCipher.init(opmode, key, random); in engineInit() 168 init(opmode, key, random); in engineInit() 193 mCipher.init(opmode, key, params, random); in engineInit() 202 init(opmode, key, random); in engineInit() 223 mCipher.init(opmode, key, params, random); in engineInit() 232 init(opmode, key, random); in engineInit() 244 switch (opmode) { in init() 256 initKey(opmode, key); in init() 900 static String opmodeToString(int opmode) { in opmodeToString() argument 901 switch (opmode) { in opmodeToString() [all …]
|
H A D | AndroidKeyStoreRSACipherSpi.java | 384 protected final void initKey(int opmode, Key key) throws InvalidKeyException { in initKey() argument 403 switch (opmode) { in initKey() 412 "RSA private keys cannot be used with " + opmodeToString(opmode) in initKey() 420 "RSA private keys cannot be used with opmode: " + opmode); in initKey() 424 switch (opmode) { in initKey() 432 "RSA public keys cannot be used with " + opmodeToString(opmode) in initKey() 439 "RSA public keys cannot be used with " + opmodeToString(opmode)); in initKey()
|
H A D | AndroidKeyStoreUnauthenticatedAESCipherSpi.java | 154 protected final void initKey(int opmode, Key key) throws InvalidKeyException { in initKey() argument
|
H A D | AndroidKeyStoreAuthenticatedAESCipherSpi.java | 283 protected final void initKey(int opmode, Key key) throws InvalidKeyException { in initKey() argument
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
H A D | IkeCombinedModeCipher.java | 87 byte[] data, byte[] additionalAuthData, byte[] keyBytes, byte[] ivBytes, int opmode) in doCipherAction() argument 104 mCipher.init(opmode, key, getParamSpec(nonceBuffer.array())); in doCipherAction() 110 if (opmode == Cipher.ENCRYPT_MODE) outputLen += mChecksumLen; in doCipherAction() 124 Cipher.ENCRYPT_MODE == opmode in doCipherAction()
|
H A D | IkeNormalModeCipher.java | 62 private byte[] doCipherAction(byte[] data, byte[] keyBytes, byte[] ivBytes, int opmode) in doCipherAction() argument 82 mCipher.init(opmode, key, iv); in doCipherAction() 94 Cipher.ENCRYPT_MODE == opmode in doCipherAction()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
H A D | QCameraHAL3Test.cpp | 65 int opmode, int num_streams) in configureStream() argument 68 requested_config.operation_mode = opmode; in configureStream()
|
H A D | QCameraHAL3Test.h | 47 int opmode, int num_streams);
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
H A D | 802.11.h | 2935 uint16 opmode; /* operation mode */ member 2984 #define GET_HT_OPMODE(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \ 2986 #define HT_MIXEDMODE_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \ 2988 #define HT_HT20_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \ 2990 #define HT_OPTIONAL_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_MASK) \ 2994 #define HT_NONGF_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & HT_OPMODE_NONGF) \ 2996 #define DOT11N_TXBURST_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & DOT11N_TXBURST) \ 2998 #define DOT11N_OBSS_NONHT_PRESENT(add_ie) ((ltoh16_ua(&add_ie->opmode) & DOT11N_OBSS_NONHT) \
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 10748 Ljavax/crypto/Cipher$InitParams;->opmode:I 10787 Ljavax/crypto/Cipher;->opmode:I
|