Home
last modified time | relevance | path

Searched defs:prf (Results 1 – 25 of 197) sorted by relevance

12345678

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/prf/
H A DHkdfStreamingPrfTest.java39 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 DPrfImplTest.java43 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 Deap_eke_common.c121 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 Dikev2_common.c122 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/
DRouteInformationOption.java67 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 Dcrypto_utils.cc57 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 DPBKDF2Params.java40 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 DPBKDF2Params.java40 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 DPBKDF2Params.java38 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/
DSaRecord.java285 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 Dtls_handshaker.cc268 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 DPBKDF2KeySpec.java19 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 DPBKDF2KeySpec.java17 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 DPBKDF2KeySpec.java19 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 DPrfBasedDeriver.java51 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 Dprf_set.go18 package prf package
62 prf PRF member
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/prf/
H A DPrfSetWrapper.java53 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 Dprf_set_wrapper.cc47 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 Dnetwork_data.py87 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 DPrfHmacJceTest.java135 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 Dikev2.c41 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 Dikev2.c37 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 Dprf_set_util_test.cc99 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 DOptParserEmitter.cpp125 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 Dprofile.c395 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()

12345678