Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 25 of 85) sorted by relevance

1234

/external/dbus/dbus/
Ddbus-nonce.c34 do_check_nonce (int fd, const DBusString *nonce, DBusError *error) in do_check_nonce()
101 _dbus_read_nonce (const DBusString *fname, DBusString *nonce, DBusError* error) in _dbus_read_nonce()
137 DBusString nonce; in _dbus_accept_with_noncefile() local
160 DBusString nonce; in generate_and_write_nonce() local
199 DBusString nonce; in _dbus_send_nonce() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DAEADParameters.java9 private byte[] nonce; field in AEADParameters
20 public AEADParameters(KeyParameter key, int macSize, byte[] nonce) in AEADParameters()
33 public AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText) in AEADParameters()
/external/libmicrohttpd/src/microhttpd/
Ddigestauth.c103 const char *nonce, in digest_calc_ha1()
146 const char *nonce, in digest_calc_response()
302 const char *nonce, in check_nonce_nc()
403 char *nonce) in calculate_nonce()
571 char nonce[MAX_NONCE_LENGTH]; in MHD_digest_auth_check() local
808 char nonce[HASH_MD5_HEX_LEN + 9]; in MHD_queue_auth_fail_response() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DGCMParameters.java28 private byte[] nonce; field in GCMParameters
78 byte[] nonce, in GCMParameters()
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DDigestAuthenticator.java73 public Nonce(String nonce, long ts, int size) in Nonce()
263 Nonce nonce; in newNonce() local
288 Nonce nonce=_nonceQueue.peek(); in checkNonce() local
326 String nonce = ""; field in DigestAuthenticator.Digest
/external/wpa_supplicant_8/src/crypto/
Daes-ccm.c28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start()
84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start()
148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae()
178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
Daes-eax.c28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt()
92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt()
Daes-ctr.c24 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
Dpolochallengeresponse.cc118 Nonce* nonce = new Nonce(gamma.size() / 2); in ExtractNonce() local
125 const Nonce* nonce = ExtractNonce(gamma); in CheckGamma() local
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPoloChallengeResponse.java83 public byte[] getAlpha(byte[] nonce) throws PoloException { in getAlpha()
148 public byte[] getGamma(byte[] nonce) throws PoloException { in getGamma()
/external/boringssl/src/crypto/cipher/
De_chacha20poly1305.c210 const uint8_t *nonce, size_t nonce_len, in aead_chacha20_poly1305_seal()
223 const uint8_t *nonce, size_t nonce_len, in aead_chacha20_poly1305_open()
267 const uint8_t *nonce, size_t nonce_len, const uint8_t *in, size_t in_len, in aead_chacha20_poly1305_old_seal()
282 const uint8_t *nonce, size_t nonce_len, const uint8_t *in, size_t in_len, in aead_chacha20_poly1305_old_open()
Daead.c101 size_t max_out_len, const uint8_t *nonce, in EVP_AEAD_CTX_seal()
130 size_t max_out_len, const uint8_t *nonce, in EVP_AEAD_CTX_open()
De_aes.c1102 const uint8_t *nonce, size_t nonce_len, in aead_aes_gcm_seal()
1145 const uint8_t *nonce, size_t nonce_len, in aead_aes_gcm_open()
1282 const uint8_t *nonce, size_t nonce_len, in aead_aes_key_wrap_seal()
1371 const uint8_t *nonce, size_t nonce_len, in aead_aes_key_wrap_open()
1592 const uint8_t *nonce, const uint8_t *ciphertext, in hmac_calculate()
1623 const uint8_t *in, size_t len, const uint8_t *nonce) { in aead_aes_ctr_hmac_sha256_crypt()
1647 const uint8_t *nonce, size_t nonce_len, in aead_aes_ctr_hmac_sha256_seal()
1683 const uint8_t *nonce, size_t nonce_len, in aead_aes_ctr_hmac_sha256_open()
/external/boringssl/src/crypto/modes/
Dgcm_test.c64 const char *nonce; member
305 *nonce = NULL, *ciphertext = NULL, *tag = NULL, *out = NULL; in run_test_case() local
/external/boringssl/src/ssl/
Dssl_aead_ctx.c180 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in SSL_AEAD_CTX_open() local
241 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in SSL_AEAD_CTX_seal() local
/external/boringssl/src/crypto/rand/
Drand.c162 uint8_t nonce[12]; in RAND_bytes() local
172 uint8_t nonce[12]; in RAND_bytes() local
/external/apache-http/android/src/android/net/http/
DRequestHandle.java239 String nonce, in setupDigestAuthResponse()
303 String nonce, in computeDigestAuthResponse()
365 String A1, String A2, String nonce, String QOP, String nc, String cnonce) { in computeDigest()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
DTimeStampReqTest.java43 BigInteger nonce = BigInteger.valueOf(1234567890L); in testTimeStampReq() local
DTSTInfoTest.java49 BigInteger nonce = BigInteger.valueOf(1234567890L); in testGetEncoded() local
DTimeStampRespTest.java64 BigInteger nonce = BigInteger.valueOf(1234567890L); in testGetEncoded() local
/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java269 String nonce = getParameter("nonce"); in createDigest() local
400 String nonce = getParameter("nonce"); in createDigestHeader() local
/external/srtp/crypto/test/
Dstat_driver.c46 v128_t nonce; in main() local
/external/tpm2/
DPolicy_spt.c25 TPM2B_NONCE *nonce, in PolicyParameterChecks()
/external/webrtc/webrtc/p2p/base/
Dturnport.h122 const std::string& nonce() const { return nonce_; } in nonce() function
196 void set_nonce(const std::string& nonce) { nonce_ = nonce; } in set_nonce()
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
Dpairingsessiontest.cc203 Nonce nonce(5, 0x2); in TEST_F() local
233 Nonce nonce(5, 0x2); in TEST_F() local

1234