Home
last modified time | relevance | path

Searched defs:nonce (Results 151 - 175 of 266) sorted by relevance

1234567891011

/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H A Dboringssl.c324 ngtcp2_crypto_encrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt() argument
342 ngtcp2_crypto_decrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *ciphertext, size_t ciphertextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_decrypt() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c879 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/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c259 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/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c536 const ASN1_INTEGER *nonce; in ts_RESP_create_tst_info() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_rand.c39 OSSL_FUNC_rand_nonce_fn *nonce; member
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() argument
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c430 void poly1305_emit(void *ctx, unsigned char mac[16], const u32 nonce[4]) in poly1305_emit() argument
/third_party/openssl/crypto/evp/
H A Devp_rand.c39 OSSL_FUNC_rand_nonce_fn *nonce; member
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c879 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 Ddrbg_ctr.c259 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 Dts_rsp_sign.c536 const ASN1_INTEGER *nonce; in ts_RESP_create_tst_info() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_teap_common.h77 u8 nonce[EAP_TEAP_NONCE_LEN]; member
H A Dikev2_common.c369 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 Deap_teap_common.h77 u8 nonce[EAP_TEAP_NONCE_LEN]; member
H A Dikev2_common.c369 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
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp1010 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 Domap-aes.h99 u8 nonce[4]; member
/kernel/linux/linux-5.10/crypto/
H A Dgcm.c34 u8 nonce[4]; member
50 u8 nonce[4]; member
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_glue.c56 u8 nonce[4]; member
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi.c87 u32 *nonce = NULL; in aead_set_sh_desc() local
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm1.c433 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() argument
/kernel/linux/linux-5.10/net/ipv6/
H A Dndisc.c787 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 Dolpc-xo175-ec.c295 u8 nonce[] = {0xA5, 0x5A}; in olpc_xo175_ec_read_packet() local
/kernel/linux/linux-6.6/fs/crypto/
H A Dfscrypt_private.h42 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member
52 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member
290 u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; member
/kernel/linux/linux-6.6/drivers/platform/olpc/
H A Dolpc-xo175-ec.c295 u8 nonce[] = {0xA5, 0x5A}; in olpc_xo175_ec_read_packet() local

Completed in 29 milliseconds

1234567891011