Searched refs:addUnsignedInt (Results 1 – 7 of 7) sorted by relevance
190 args.addUnsignedInt(KeymasterDefs.KM_TAG_AUTH_TIMEOUT, in addUserAuthArgs()212 args.addUnsignedInt(KeymasterDefs.KM_TAG_MIN_MAC_LENGTH, in addMinMacLengthAuthorizationIfNecessary()234 args.addUnsignedInt(KeymasterDefs.KM_TAG_MIN_MAC_LENGTH, digestOutputSizeBits); in addMinMacLengthAuthorizationIfNecessary()
164 keymasterArgs.addUnsignedInt(KeymasterDefs.KM_TAG_MAC_LENGTH, mMacSizeBits); in ensureKeystoreOperationInitialized()
280 args.addUnsignedInt(KeymasterDefs.KM_TAG_KEY_SIZE, mKeySizeBits); in engineGenerateKey()
216 keymasterArgs.addUnsignedInt(KeymasterDefs.KM_TAG_MAC_LENGTH, mTagLengthBits); in addAlgorithmSpecificParametersToBegin()
549 args.addUnsignedInt(KeymasterDefs.KM_TAG_KEY_SIZE, mKeySizeBits); in constructKeyGenerationArguments()
145 public void addUnsignedInt(int tag, long value) { in addUnsignedInt() method in KeymasterArguments
12903 HSPLandroid/security/keymaster/KeymasterArguments;->addUnsignedInt(IJ)V