/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/prf/ |
H A D | HkdfStreamingPrfTest.java | 39 HkdfStreamingPrf prf = in testComputePrf_basic() local 48 HkdfStreamingPrf prf = in testComputePrf_differentInputDifferentValues() local 62 HkdfStreamingPrf prf = in testComputePrf_sameInputSameValue() local 76 HkdfStreamingPrf prf = in testComputePrf_sameInputDifferentInterfacesSameValue() local 95 HkdfStreamingPrf prf = in testComputePrf_exhaustStream() local 115 HkdfStreamingPrf prf = new HkdfStreamingPrf(hash, ikm, salt); in testComputePrf_rfc589vector1() local 156 HkdfStreamingPrf prf = new HkdfStreamingPrf(hash, ikm, salt); in testComputePrf_rfc589vector2() local 176 HkdfStreamingPrf prf = new HkdfStreamingPrf(hash, ikm, salt); in testComputePrf_rfc589vector3() local 196 HkdfStreamingPrf prf = new HkdfStreamingPrf(hash, ikm, salt); in testComputePrf_rfc589vector4() local 237 HkdfStreamingPrf prf = new HkdfStreamingPrf(hash, ikm, salt); in testComputePrf_rfc589vector5() local [all …]
|
H A D | PrfImplTest.java | 43 PrfImpl prf = in testComputePrf_returnsExpectedSize() local 55 PrfImpl prf = in testComputePrf_consistentPrefix() local 72 PrfImpl prf = PrfImpl.wrap(streamer); in testComputePrf_identialToUnderlyingStreamingPrf() local 83 PrfImpl prf = in testComputePrf_incompleteStream() local 104 PrfImpl prf = in testComputePrf_enforcesParameterConstraints() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/ |
H A D | eap_eke_common.c | 121 static int eap_eke_prf_len(u8 prf) in eap_eke_prf_len() 131 static int eap_eke_nonce_len(u8 prf) in eap_eke_nonce_len() 146 static int eap_eke_auth_len(u8 prf) in eap_eke_auth_len() 183 static int eap_eke_prf(u8 prf, const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf() 290 static int eap_eke_prfplus(u8 prf, const u8 *key, size_t key_len, in eap_eke_prfplus() 700 u8 prf, u8 mac) in eap_eke_session_init()
|
H A D | ikev2_common.c | 122 const struct ikev2_prf_alg *prf; in ikev2_prf_plus() local 379 const struct ikev2_prf_alg *prf; in ikev2_derive_auth_data() local 629 int ikev2_derive_sk_keys(const struct ikev2_prf_alg *prf, in ikev2_derive_sk_keys()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/structs/ |
D | RouteInformationOption.java | 67 public final byte prf; field in RouteInformationOption 74 final byte prf, final long routeLifetime, @NonNull final byte[] prefix) { in RouteInformationOption() 86 public static ByteBuffer build(final IpPrefix prefix, final Preference prf, in build()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | crypto_utils.cc | 57 std::vector<uint8_t> HkdfExpandLabel(const EVP_MD* prf, in HkdfExpandLabel() 107 const EVP_MD* prf, const std::vector<uint8_t>& pp_secret, in InitializeCrypterSecrets() 117 void CryptoUtils::SetKeyAndIV(const EVP_MD* prf, in SetKeyAndIV() 133 const EVP_MD* prf, absl::Span<const uint8_t> pp_secret, in GenerateHeaderProtectionKey() 140 const EVP_MD* prf, const ParsedQuicVersion& version, in GenerateNextKeyPhaseSecret()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
H A D | PBKDF2Params.java | 40 private final AlgorithmIdentifier prf; field in PBKDF2Params 104 AlgorithmIdentifier prf) in PBKDF2Params() 131 AlgorithmIdentifier prf) in PBKDF2Params()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
H A D | PBKDF2Params.java | 40 private final AlgorithmIdentifier prf; field in PBKDF2Params 104 AlgorithmIdentifier prf) in PBKDF2Params() 131 AlgorithmIdentifier prf) in PBKDF2Params()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
H A D | PBKDF2Params.java | 38 private final AlgorithmIdentifier prf; field in PBKDF2Params 102 AlgorithmIdentifier prf) in PBKDF2Params() 129 AlgorithmIdentifier prf) in PBKDF2Params()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | SaRecord.java | 285 IkeMacPrf prf = ikeSaRecordConfig.prf; in makeIkeSaRecord() local 706 IkeMacPrf prf, in makeFirstIkeSaRecord() 732 IkeMacPrf prf, in makeRekeyedIkeSaRecord() 949 public final IkeMacPrf prf; field in SaRecord.IkeSaRecordConfig 958 IkeMacPrf prf, in IkeSaRecordConfig() 1030 IkeMacPrf prf, in makeChildSaRecord()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | tls_handshaker.cc | 268 const EVP_MD* prf = Prf(cipher); in SetWriteSecret() local 300 const EVP_MD* prf = Prf(cipher); in SetReadSecret() local 333 const EVP_MD* prf = Prf(cipher); in AdvanceKeysAndCreateCurrentOneRttDecrypter() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/spec/ |
H A D | PBKDF2KeySpec.java | 19 private AlgorithmIdentifier prf; field in PBKDF2KeySpec 30 …KDF2KeySpec(char[] password, byte[] salt, int iterationCount, int keySize, AlgorithmIdentifier prf) in PBKDF2KeySpec()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/spec/ |
H A D | PBKDF2KeySpec.java | 17 private AlgorithmIdentifier prf; field in PBKDF2KeySpec 28 …KDF2KeySpec(char[] password, byte[] salt, int iterationCount, int keySize, AlgorithmIdentifier prf) in PBKDF2KeySpec()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/spec/ |
H A D | PBKDF2KeySpec.java | 19 private AlgorithmIdentifier prf; field in PBKDF2KeySpec 30 …KDF2KeySpec(char[] password, byte[] salt, int iterationCount, int keySize, AlgorithmIdentifier prf) in PBKDF2KeySpec()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/keyderivation/internal/ |
H A D | PrfBasedDeriver.java | 51 StreamingPrf prf = Registry.getPrimitive(streamingPrfKey, StreamingPrf.class); in create() local 63 StreamingPrf prf = Registry.getPrimitive(streamingPrfKey, StreamingPrf.class); in deriveKeyset() local
|
/aosp_15_r20/external/tink/go/prf/ |
H A D | prf_set.go | 18 package prf package 62 prf PRF member
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/prf/ |
H A D | PrfSetWrapper.java | 53 private final Prf prf; field in PrfSetWrapper.WrappedPrfSet.PrfWithMonitoring 71 public PrfWithMonitoring(Prf prf, int keyId, MonitoringClient.Logger logger) { in PrfWithMonitoring()
|
/aosp_15_r20/external/tink/cc/prf/ |
H A D | prf_set_wrapper.cc | 47 explicit MonitoredPrf(uint32_t key_id, const Prf* prf, in MonitoredPrf() 121 for (auto prf : prf_set->get_all()) { in Validate() local
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | network_data.py | 87 def __init__(self, border_router_16, prf): argument 96 def prf(self): member in Route 236 def __init__(self, border_router_16, prf, p, s, d, c, r, o, n, stable): argument 253 def prf(self): member in BorderRouter
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
H A D | PrfHmacJceTest.java | 135 Prf prf = new PrfHmacJce(t.algName, new SecretKeySpec(t.key, "HMAC")); in testPrfUniformity() local 151 Prf prf = new PrfHmacJce(t.algName, new SecretKeySpec(t.key, "HMAC")); in testPrfPrefixOfMac() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/ |
H A D | ikev2.c | 41 const struct ikev2_prf_alg *prf; in ikev2_derive_keys() local 607 const struct ikev2_prf_alg *prf; in ikev2_process_auth_secret() local 1050 const struct ikev2_prf_alg *prf; in ikev2_build_auth() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/ |
H A D | ikev2.c | 37 const struct ikev2_prf_alg *prf; in ikev2_derive_keys() local 541 const struct ikev2_prf_alg *prf; in ikev2_process_auth_secret() local 986 const struct ikev2_prf_alg *prf; in ikev2_build_auth() local
|
/aosp_15_r20/external/tink/cc/subtle/prf/ |
H A D | prf_set_util_test.cc | 99 Prf* prf() { return prf_.get(); } in prf() function in crypto::tink::subtle::__anon3a47c9190111::PrfFromStatefulMacFactoryTest 143 Prf* prf() { return prf_.get(); } in prf() function in crypto::tink::subtle::__anon3a47c9190111::PrfFromStreamingPrfTest
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | OptParserEmitter.cpp | 125 std::vector<std::string> prf = R.getValueAsListOfStrings("Prefixes"); in EmitOptParser() local 210 std::vector<std::string> prf = R.getValueAsListOfStrings("Prefixes"); in EmitOptParser() local
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | profile.c | 395 prf_file_t prf; in profile_set_default() local 466 prf_file_t prf; in profile_open_file() local 528 errcode_t profile_update_file(prf_file_t prf) in profile_update_file() 610 void profile_free_file(prf_file_t prf) in profile_free_file()
|