| /base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common_mock/ |
| H A D | pake_protocol_dl_common_mock.c | 28 int32_t GenerateDlPakeParams(PakeBaseParams *params, const Uint8Buff *secret) in GenerateDlPakeParams() argument
|
| /base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common_mock/ |
| H A D | pake_protocol_ec_common_mock.c | 28 int32_t GenerateEcPakeParams(PakeBaseParams *params, Uint8Buff *secret) in GenerateEcPakeParams() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | chap.c | 15 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, in chap_md5() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | chap.c | 15 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, in chap_md5() argument
|
| /base/security/asset/test/unittest/kits_ndk/src/ |
| H A D | asset_add_test.cpp | 103 Asset_Blob secret = { .size = 0, .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local 137 Asset_Blob secret = { .size = 0, .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local 156 Asset_Blob secret = { .size = 0, .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local [all...] |
| /base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/ |
| H A D | pake_protocol_dl_common.c | 125 int32_t GenerateDlPakeParams(PakeBaseParams *params, const Uint8Buff *secret) in GenerateDlPakeParams() argument
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | ecdh_helper.c | 37 struct kpp_secret secret = { in crypto_ecdh_encode_key() local 61 struct kpp_secret secret; in crypto_ecdh_decode_key() local
|
| H A D | dh_helper.c | 44 struct kpp_secret secret = { in crypto_dh_encode_key() local 71 struct kpp_secret secret; in crypto_dh_decode_key() local
|
| H A D | curve25519-generic.c | 12 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret() local 27 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_value() local
|
| /kernel/linux/linux-5.10/include/net/ |
| H A D | seg6_hmac.h | 30 char secret[SEG6_HMAC_SECRET_LEN]; member
|
| /kernel/linux/linux-5.10/include/crypto/ |
| H A D | curve25519.h | 59 static inline void curve25519_clamp_secret(u8 secret[CURVE25519_KEY_SIZE]) in curve25519_clamp_secret() argument 32 curve25519(u8 mypublic[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE], const u8 basepoint[CURVE25519_KEY_SIZE]) curve25519() argument 45 curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE]) curve25519_generate_public() argument 65 curve25519_generate_secret(u8 secret[CURVE25519_KEY_SIZE]) curve25519_generate_secret() argument [all...] |
| /kernel/linux/linux-6.6/include/crypto/ |
| H A D | curve25519.h | 61 static inline void curve25519_clamp_secret(u8 secret[CURVE25519_KEY_SIZE]) in curve25519_clamp_secret() argument 34 curve25519(u8 mypublic[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE], const u8 basepoint[CURVE25519_KEY_SIZE]) curve25519() argument 47 curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], const u8 secret[CURVE25519_KEY_SIZE]) curve25519_generate_public() argument 67 curve25519_generate_secret(u8 secret[CURVE25519_KEY_SIZE]) curve25519_generate_secret() argument [all...] |
| /kernel/linux/linux-6.6/include/net/ |
| H A D | seg6_hmac.h | 30 char secret[SEG6_HMAC_SECRET_LEN]; member
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | curve25519-generic.c | 12 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret() local 27 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_value() local
|
| H A D | ecdh_helper.c | 37 struct kpp_secret secret = { in crypto_ecdh_encode_key() local 60 struct kpp_secret secret; in crypto_ecdh_decode_key() local
|
| /third_party/node/test/node-api/test_cleanup_hook/ |
| H A D | binding.c | 13 static int secret = 42; variable
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | sha256-kdf.c | 32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf() argument
|
| H A D | sha256-tlsprf.c | 29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() argument [all...] |
| H A D | sha384-kdf.c | 32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf() argument
|
| H A D | sha512-kdf.c | 32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | sha256-kdf.c | 32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf() argument
|
| H A D | sha256-tlsprf.c | 29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() argument [all...] |
| H A D | sha384-kdf.c | 32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf() argument
|
| H A D | sha384-tlsprf.c | 29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384() argument [all...] |
| H A D | sha512-kdf.c | 32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf() argument
|