Home
last modified time | relevance | path

Searched +defs:val +defs:nonce (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_validate.c97 static int valid_config_methods(u16 val, int wps2) in valid_config_methods()
131 u16 val; in wps_validate_config_methods() local
155 u16 val; in wps_validate_ap_config_methods() local
240 u16 val; in wps_validate_assoc_state() local
261 u16 val; in wps_validate_config_error() local
284 u16 val; in wps_validate_dev_password_id() local
503 u16 val; in wps_validate_sel_reg_config_methods() local
632 static int num_bits_set(u16 val) in num_bits_set()
643 u16 val; in wps_validate_auth_type_flags() local
665 u16 val; in wps_validate_auth_type() local
[all …]
/aosp_15_r20/external/tink/cc/subtle/
H A Daes_eax_boringssl.cc56 void Store64(uint64_t val, uint8_t dst[8]) { std::memcpy(dst, &val, 8); } in Store64()
58 uint64_t ByteSwap(uint64_t val) { in ByteSwap()
75 void BigEndianStore64(uint64_t val, uint8_t dst[8]) { in BigEndianStore64()
240 const std::string nonce = Random::GetRandomBytes(nonce_size_); in Encrypt() local
269 absl::string_view nonce = ciphertext.substr(0, nonce_size_); in Decrypt() local
/aosp_15_r20/trusty/user/app/storage/
Drpmb_protocol.h54 struct rpmb_nonce nonce; member
90 static inline struct rpmb_u16 rpmb_u16(uint16_t val) { in rpmb_u16()
98 static inline struct rpmb_u32 rpmb_u32(uint32_t val) { in rpmb_u32()
110 uint16_t val; in rpmb_get_u16() local
121 uint32_t val; in rpmb_get_u32() local
/aosp_15_r20/system/core/trusty/utils/rpmb_dev/
H A Drpmb_protocol.h53 struct rpmb_nonce nonce; member
89 static inline struct rpmb_u16 rpmb_u16(uint16_t val) { in rpmb_u16()
97 static inline struct rpmb_u32 rpmb_u32(uint32_t val) { in rpmb_u32()
109 uint16_t val; in rpmb_get_u16() local
120 uint32_t val; in rpmb_get_u32() local
/aosp_15_r20/system/authgraph/core/src/
H A Darc.rs141 let nonce = Nonce12( in decipher_arc() localVariable
222 let val = Value::Bytes(source_id.to_vec()?); in to_cbor_value() localVariable
227 let val = Value::Bytes(sink_id.to_vec()?); in to_cbor_value() localVariable
236 let val = Value::Array(array); in to_cbor_value() localVariable
241 let val = Value::Bool(del_on_biometric_change); in to_cbor_value() localVariable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/Shell/Shell/android_common/repackaged-jarjar/javac/
DShell.jar ... .AsyncTask { final synthetic android.content.Context val$context final synthetic String val$uri final synthetic ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/Shell/Shell/android_common/javac/
DShell.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/trusty/user/base/lib/apploader_package/
Dpackage.cpp109 std::span<const uint8_t> nonce, in hwaesDecryptAesGcmInPlace()
274 auto val = cbor::readCborBoolean(in); in apploader_parse_package_metadata() local
/aosp_15_r20/external/libsrtp2/crypto/cipher/
H A Dcipher.c178 int val = rand(); in srtp_cipher_rand_for_tests() local
631 v128_t nonce; in srtp_cipher_bits_per_second() local
/aosp_15_r20/system/authgraph/wire/src/
H A Dlib.rs95 pub nonce: Vec<u8>, field
154 let val = a.remove(1); in from_cbor_value() localVariable
201 let val = a.remove(1); in from_cbor_value() localVariable
/aosp_15_r20/external/iputils/
H A Dping6.c332 static int niquery_nonce(__u8 *nonce, int fill) in niquery_nonce()
359 static inline void niquery_fill_nonce(__u16 seq, __u8 *nonce) in niquery_fill_nonce()
377 static inline int niquery_check_nonce(__u8 *nonce) in niquery_check_nonce()
681 unsigned long val; in hextoui() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreLibUvBackend.cpp429 void write1(uint8_t val) { in write1()
434 void write_value(T val) { in write_value()
439 void write_vector(const std::vector<uint8_t>& val) { in write_vector()
444 void write_string(const std::string& val) { in write_string()
763 uint32_t nonce; in parse_ping_command() local
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java152 int length, byte[] key, byte[] nonce, int blockCounter); in chacha20_encrypt_decrypt()
343 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_seal()
347 byte[] nonce, ByteBuffer input, byte[] ad) in EVP_AEAD_CTX_seal_buf()
351 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_open()
355 byte[] nonce, ByteBuffer input, byte[] ad) in EVP_AEAD_CTX_open_buf()
653 static native long asn1_read_init(byte[] val) throws IOException; in asn1_read_init()
1382 @SuppressWarnings("unused") void onSSLStateChange(int type, int val); in onSSLStateChange()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DNativeCrypto.java158 int length, byte[] key, byte[] nonce, int blockCounter); in chacha20_encrypt_decrypt()
356 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_seal()
360 ByteBuffer out, byte[] nonce, ByteBuffer input, byte[] ad) in EVP_AEAD_CTX_seal_buf()
364 int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength, byte[] ad) in EVP_AEAD_CTX_open()
368 ByteBuffer out, byte[] nonce, ByteBuffer input, byte[] ad) in EVP_AEAD_CTX_open_buf()
682 static native long asn1_read_init(byte[] val) throws IOException; in asn1_read_init()
1421 @SuppressWarnings("unused") void onSSLStateChange(int type, int val); in onSSLStateChange()
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c1969 const u8 *key_rsc, const u8 *nonce,
2202 const u8 *key_rsc, const u8 *nonce,
6148 static const char * wpa_bool_txt(int val)
7045 void wpa_auth_set_ssid_protection(struct wpa_state_machine *sm, bool val)
7053 u8 val)
7355 void wpa_auth_set_ft_rsnxe_used(struct wpa_authenticator *wpa_auth, int val)
7385 u8 val)
7392 u8 val)
/aosp_15_r20/external/python/cpython2/Lib/
Durllib2.py314 def add_header(self, key, val): argument
318 def add_unredirected_header(self, key, val): argument
994 def get_cnonce(self, nonce): argument
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/cse/
H A Dcse.c141 static void write_bar(pci_devfn_t dev, uint32_t offset, uint32_t val) in write_bar()
195 static void write_slot(uint32_t val) in write_slot()
761 uint32_t nonce[2]; in cse_hmrfpo_enable() member
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/
Dspeed.cc375 std::unique_ptr<uint8_t[]> nonce(new uint8_t[nonce_len]); in SpeedAEADChunk() local
1311 unsigned long long val = strtoull(start, &ptr, 10); in Speed() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/tool/
Dspeed.cc375 std::unique_ptr<uint8_t[]> nonce(new uint8_t[nonce_len]); in SpeedAEADChunk() local
1311 unsigned long long val = strtoull(start, &ptr, 10); in Speed() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/tool/
H A Dspeed.cc485 auto nonce = std::make_unique<uint8_t[]>(nonce_len); in SpeedAEADChunk() local
1598 unsigned long long val = strtoull(start, &ptr, 10); in Speed() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/nearby/service/service-nearby-pre-jarjar/android_common_apex30/javac/
Dservice-nearby-pre-jarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/nearby/service/service-nearby-pre-jarjar/android_common/javac/
Dservice-nearby-pre-jarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/boringssl/src/tool/
H A Dspeed.cc486 auto nonce = std::make_unique<uint8_t[]>(nonce_len); in SpeedAEADChunk() local
1710 unsigned long long val = strtoull(start, &ptr, 10); in Speed() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js99 nonce: true, property
372 DOMEval( code, { nonce: options && options.nonce }, doc ); property
6124 nonce: node.nonce || node.getAttribute( "nonce" ) property
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js99 nonce: true, property
372 DOMEval( code, { nonce: options && options.nonce }, doc ); property
6124 nonce: node.nonce || node.getAttribute( "nonce" ) property
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument

12345678910>>...14