HomeSort by relevance Sort by last modified time
    Searched refs:NONCE (Results 1 - 25 of 25) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 50 private static String NONCE = ParameterNames.NONCE;
112 else if (nameValue.getName().compareToIgnoreCase(NONCE) == 0)
AuthenticationHeader.java 78 public static final String NONCE = ParameterNames.NONCE;
112 || name.equalsIgnoreCase(ParameterNames.NONCE)
217 * Sets the Nonce of the WWWAuthenicateHeader to the <var>nonce</var>
220 * @param nonce -
221 * the new nonce String of this WWWAuthenicateHeader.
224 * while parsing the nonce value.
227 public void setNonce(String nonce) throws ParseException {
228 if (nonce == null
    [all...]
ParameterNames.java 68 public static final String NONCE = "nonce";
AuthenticationInfo.java 110 /** Returns the Nonce Count value of this AuthenticationInfoHeader.
163 /** Sets the Nonce Count of the AuthenticationInfoHeader to the <var>nonceCount</var>
217 || name.equalsIgnoreCase(ParameterNames.NONCE)
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster_defs.proto 95 NONCE = 0x903e9; // (TagType:BYTES | 1001)
  /hardware/interfaces/keymaster/3.0/
types.hal 47 CALLER_NONCE = TagType:BOOL | 7, /** Allow caller to specify nonce or IV. */
145 NONCE = TagType:BYTES | 1001, /** Nonce or Initialization Vector */
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
keymaster_tags.h 131 DECLARE_TYPED_TAG(NONCE);
400 case Tag::NONCE:
  /hardware/interfaces/keymaster/4.0/
types.hal 153 * Tag::CALLER_NONCE specifies that the caller can provide a nonce for nonce-requiring
159 * any operation that provides Tag::NONCE to begin() with ErrorCode::CALLER_NONCE_PROHIBITED.
    [all...]
  /system/security/keystore/
keymaster_enforcement.cpp 323 case Tag::NONCE:
388 operation_params.Contains(Tag::NONCE))
  /external/nos/test/system-test-harness/src/
avb_tests.cc 37 int ProductionResetTest(uint32_t selector, uint64_t nonce,
54 const uint64_t NONCE = 0x4141414141414141ULL;
179 int AvbTest::ProductionResetTest(uint32_t selector, uint64_t nonce,
185 request.set_nonce(nonce);
383 token->set_nonce(NONCE);
395 // The nonce is covered by the signature, so changing it should trip the
397 token->set_nonce(NONCE + 1);
739 uint64_t nonce; local
746 code = GetResetChallenge(client.get(), &selector, &nonce, data, &len);
749 EXPECT_NE(0ULL, nonce);
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_tags.h 139 DECLARE_TYPED_TAG(NONCE);
keymaster_hidl_hal_test.cpp 128 case Tag::NONCE:
797 void CheckAesCtrTestVector(const string& key, const string& nonce, const string& message,
809 .Authorization(TAG_NONCE, nonce.data(), nonce.size())
3189 const char* nonce; member in struct:android::hardware::keymaster::V3_0::test::AesCtrSp80038aTestVector
3233 const string nonce = hex2str(test.nonce); local
3525 string nonce = make_string(nonce_bytes); local
    [all...]
  /system/keymaster/ng/include/
keymaster_tags.h 157 DECLARE_TYPED_TAG(NONCE);
  /external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
make_cavp.go 247 {"IV", ""}: {"NONCE", ""},
  /external/boringssl/src/crypto/cipher_extra/test/
make_legacy_aead_tests.go 114 nonce []byte
191 var nonce []byte
204 nonce = iv
271 nonce: nonce,
286 fmt.Printf("NONCE: %s\n", hex.EncodeToString(t.nonce))
  /external/nos/host/android/hals/keymaster/
proto_utils.cpp 613 case Tag::NONCE: // (TagType:BYTES | 1001)
783 case nosapp::Tag::NONCE: // (TagType:BYTES | 1001)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
RecoverableKeyStoreManagerTest.java 138 private static final byte[] NONCE = getUtf8Bytes("nonce");
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 588 milliseconds