Home
last modified time | relevance | path

Searched defs:secret (Results 1 - 25 of 217) sorted by relevance

123456789

/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common_mock/
H A Dpake_protocol_dl_common_mock.c28 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 Dpake_protocol_ec_common_mock.c28 int32_t GenerateEcPakeParams(PakeBaseParams *params, Uint8Buff *secret) in GenerateEcPakeParams() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dchap.c15 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 Dchap.c15 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 Dasset_add_test.cpp103 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 Dpake_protocol_dl_common.c125 int32_t GenerateDlPakeParams(PakeBaseParams *params, const Uint8Buff *secret) in GenerateDlPakeParams() argument
/kernel/linux/linux-5.10/crypto/
H A Decdh_helper.c37 struct kpp_secret secret = { in crypto_ecdh_encode_key() local
61 struct kpp_secret secret; in crypto_ecdh_decode_key() local
H A Ddh_helper.c44 struct kpp_secret secret = { in crypto_dh_encode_key() local
71 struct kpp_secret secret; in crypto_dh_decode_key() local
H A Dcurve25519-generic.c12 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 Dseg6_hmac.h30 char secret[SEG6_HMAC_SECRET_LEN]; member
/kernel/linux/linux-5.10/include/crypto/
H A Dcurve25519.h59 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 Dcurve25519.h61 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 Dseg6_hmac.h30 char secret[SEG6_HMAC_SECRET_LEN]; member
/kernel/linux/linux-6.6/crypto/
H A Dcurve25519-generic.c12 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 Decdh_helper.c37 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 Dbinding.c13 static int secret = 42; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha256-kdf.c32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf() argument
H A Dsha256-tlsprf.c29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() argument
[all...]
H A Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf() argument
H A Dsha512-kdf.c32 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 Dsha256-kdf.c32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf() argument
H A Dsha256-tlsprf.c29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() argument
[all...]
H A Dsha384-kdf.c32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf() argument
H A Dsha384-tlsprf.c29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384() argument
[all...]
H A Dsha512-kdf.c32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf() argument

Completed in 6 milliseconds

123456789