Home
last modified time | relevance | path

Searched defs:crypto (Results 1 – 7 of 7) sorted by relevance

/system/security/mls/mls-rs-crypto-boringssl/src/
Dlib.rs390 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in cipher_suite() localVariable
399 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in random_bytes() localVariable
409 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in hash() localVariable
424 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in mac() localVariable
442 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in kem_generate() localVariable
451 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in kem_derive() localVariable
478 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in kem_public_key_validate() localVariable
494 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in kdf_extract_and_expand() localVariable
515 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in kdf_extract_size() localVariable
524 let crypto = bssl.cipher_suite_provider(suite).unwrap(); in aead() localVariable
[all …]
/system/nvram/core/
Dcrypto_boringssl.cpp27 namespace crypto { namespace
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dpresence_filter.cc188 const BleScanRecord &scan_record, const Crypto &crypto, in MatchPresenceV1()
Dpresence_decoder_v1.cc40 const Crypto &crypto, const ByteArray &key, in Decode()
/system/keymint/common/src/
Dlib.rs30 pub mod crypto; module
/system/see/authmgr/authmgr-be/src/
Dauthorization.rs48 crypto: CryptoTraitImpl, field
/system/authgraph/core/src/
Dkeyexchange.rs65 crypto: CryptoTraitImpl, field