| /third_party/node/deps/openssl/openssl/crypto/poly1305/ |
| H A D | poly1305_ieee754.c | 430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() argument
|
| /third_party/openssl/crypto/poly1305/ |
| H A D | poly1305_ieee754.c | 430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | evp_rand.c | 39 OSSL_FUNC_rand_nonce_fn *nonce; member
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_ctx.c | 879 ossl_cmp_ctx_set1_recipNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) ossl_cmp_ctx_set1_recipNonce() argument 888 OSSL_CMP_CTX_set1_senderNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) OSSL_CMP_CTX_set1_senderNonce() argument
|
| /third_party/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 259 ctr_update(PROV_DRBG *drbg, const unsigned char *in1, size_t in1len, const unsigned char *in2, size_t in2len, const unsigned char *nonce, size_t noncelen) ctr_update() argument 305 drbg_ctr_instantiate(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen) drbg_ctr_instantiate() argument
|
| /third_party/openssl/crypto/ts/ |
| H A D | ts_rsp_sign.c | 536 const ASN1_INTEGER *nonce; in ts_RESP_create_tst_info() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_teap_common.h | 77 u8 nonce[EAP_TEAP_NONCE_LEN]; member
|
| H A D | ikev2_common.c | 369 ikev2_derive_auth_data(int prf_alg, const struct wpabuf *sign_msg, const u8 *ID, size_t ID_len, u8 ID_type, struct ikev2_keys *keys, int initiator, const u8 *shared_secret, size_t shared_secret_len, const u8 *nonce, size_t nonce_len, const u8 *key_pad, size_t key_pad_len, u8 *auth_data) ikev2_derive_auth_data() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_teap_common.h | 77 u8 nonce[EAP_TEAP_NONCE_LEN]; member
|
| H A D | ikev2_common.c | 369 ikev2_derive_auth_data(int prf_alg, const struct wpabuf *sign_msg, const u8 *ID, size_t ID_len, u8 ID_type, struct ikev2_keys *keys, int initiator, const u8 *shared_secret, size_t shared_secret_len, const u8 *nonce, size_t nonce_len, const u8 *key_pad, size_t key_pad_len, u8 *auth_data) ikev2_derive_auth_data() argument
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| H A D | hks_mbedtls_aes.c | 48 uint8_t *nonce; member [all...] |
| /base/security/huks/interfaces/inner_api/huks_lite/ |
| H A D | hks_types.h | 227 struct hks_blob nonce; /* Nonce value or iv vector */ member
|
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| H A D | hks_core_service_key_generate.c | 345 static int32_t BuildDecryptUsageSpecOfUnwrap(const struct HksBlob *aad, const struct HksBlob *nonce, in BuildDecryptUsageSpecOfUnwrap() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
| H A D | drv_symc_v100.c | 1228 hi_s32 drv_aead_ccm_add_n(hi_u32 chn_num, hi_u8 *nonce, hi_u32 nonce_len) in drv_aead_ccm_add_n() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| H A D | hks_types.h | 230 struct hks_blob nonce; /* Nonce value or iv vector */ member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
| H A D | at_demo_hks.c | 161 hi_u8 nonce[ENC_PARAM_NONCE_LEN]; member [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| H A D | eapol.h | 158 unsigned char nonce[EAPOL_WPA_KEY_NONCE_LEN]; /* Nonce */ member 173 unsigned char nonce[EAPOL_WPA_KEY_NONCE_LEN]; /* Nonce */ member
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| H A D | base_key.cpp | 1010 SplitKeyBlob(const KeyBlob &keyIn, KeyBlob &encAad, KeyBlob &nonce, uint32_t start) StoreKey() argument 1051 CombKeyCtx(const KeyBlob &nonce, const KeyBlob &rndEnc, const KeyBlob &aad, KeyBlob &keyOut) StoreKey() argument 1072 SplitKeyCtx(const KeyBlob &keyIn, KeyBlob &nonce, KeyBlob &rndEnc, KeyBlob &aad) StoreKey() argument [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/ |
| H A D | omap-aes.h | 99 u8 nonce[4]; member
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | gcm.c | 34 u8 nonce[4]; member 50 u8 nonce[4]; member
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 56 u8 nonce[4]; member
|
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 87 u32 *nonce = NULL; in aead_set_sh_desc() local
|
| /kernel/linux/linux-5.10/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 433 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() argument
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | ndisc.c | 787 u64 nonce = 0; in ndisc_recv_ns() local 602 ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit, const struct in6_addr *daddr, const struct in6_addr *saddr, u64 nonce) ndisc_send_ns() argument [all...] |
| /kernel/linux/linux-5.10/drivers/platform/olpc/ |
| H A D | olpc-xo175-ec.c | 295 u8 nonce[] = {0xA5, 0x5A}; in olpc_xo175_ec_read_packet() local
|