Home
last modified time | relevance | path

Searched defs:KEY_SIZE (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/
Dmod.rs82 const KEY_SIZE: usize; constant
100 const KEY_SIZE: usize = 16; constant
134 const KEY_SIZE: usize = 32; constant
/aosp_15_r20/trusty/user/base/lib/hwwsk/rust/src/
Dtest.rs32 const KEY_SIZE: usize = 32; constant
/aosp_15_r20/trusty/user/base/lib/hwkey/rust/src/
Dtest.rs38 const KEY_SIZE: usize = 32; constant
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/listxattr/
H A Dlistxattr01.c33 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/signature/
DECDSASignatureVerifierTest.java42 private static final int KEY_SIZE = 256; field in ECDSASignatureVerifierTest
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/flistxattr/
H A Dflistxattr01.c33 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/llistxattr/
H A Dllistxattr01.c34 #define KEY_SIZE (sizeof(SECURITY_KEY1) - 1) macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Drsa_genkey.c24 #define KEY_SIZE 2048 macro
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Drsa_genkey.c24 #define KEY_SIZE 2048 macro
/aosp_15_r20/external/arm-trusted-firmware/tools/encrypt_fw/src/
H A Dencrypt.c19 #define KEY_SIZE 32 macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/encrypt_fw/src/
Dencrypt.c19 #define KEY_SIZE 32 macro
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dhash.c59 #define KEY_SIZE 256 macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8173/drivers/crypt/
Dcrypt.c39 #define KEY_SIZE 160 macro
/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/crypt/
H A Dcrypt.c39 #define KEY_SIZE 160 macro
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DChaCha20Poly1305Test.java45 private static final int KEY_SIZE = 32; field in ChaCha20Poly1305Test
H A DXChaCha20Poly1305Test.java38 private static final int KEY_SIZE = 32; field in XChaCha20Poly1305Test
H A DAesEaxJceTest.java46 private static final int KEY_SIZE = 16; field in AesEaxJceTest
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/prf/
H A DPrfSetWrapperTest.java48 private static final int KEY_SIZE = 32; field in PrfSetWrapperTest
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c32 #define KEY_SIZE 16 macro
/aosp_15_r20/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java54 private static final String KEY_SIZE = "size"; field in TrampolineActivity
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
H A DTag.aidl41 KEY_SIZE = 805306371, enumConstant
/aosp_15_r20/frameworks/opt/colorpicker/src/com/android/colorpicker/
DColorPickerDialog.java46 protected static final String KEY_SIZE = "size"; field in ColorPickerDialog
/aosp_15_r20/cts/tests/security/src/android/keystore/cts/
H A DEatClaim.java25 public static final int KEY_SIZE = PRIVATE_BASE - (0x0FFFFFFF & KeymasterDefs.KM_TAG_KEY_SIZE); field in EatClaim
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DTag.aidl41 KEY_SIZE = 805306371, enumConstant
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/include/aidl/android/hardware/security/keymint/
DTag.h22 KEY_SIZE = 805306371, enumerator

12345