Home
last modified time | relevance | path

Searched defs:nonce (Results 76 - 100 of 175) sorted by relevance

1234567

/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_crypto_hal.h48 struct HksBlob nonce; member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_des.c47 uint8_t *nonce; member
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob_lite.c108 struct HksBlob nonce = { 0, NULL }; in BuildKeyBlobUsageSpec() local
H A Dhks_keyblob.c45 uint8_t nonce[HKS_KEY_BLOB_NONCE_SIZE]; member
294 struct HksBlob nonce = { HKS_KEY_BLOB_NONCE_SIZE, keyBlobInfo->nonce }; in InitKeyBlobInfo() local
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp194 const std::string &nonce = "nonce"; in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_encryption_util.cpp98 uint8_t nonce[NONCE_SIZE] = {0}; in WifiEncryption() local
153 uint8_t nonce[NONCE_SIZE] = {0}; in WifiDecryption() local
319 uint8_t nonce[AES_256_NONCE_SIZE] = { 0 }; in EncryptParamSet() local
348 uint8_t nonce[AES_256_NONCE_SIZE] = { 0 }; DecryptParamSet() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c365 unsigned char *nonce = NULL, *entropy = NULL; in ossl_prov_drbg_instantiate() local
765 ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, int (*dnew)(PROV_DRBG *ctx), int (*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), int (*uninstantiate)(PROV_DRBG *ctx), int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *adin, size_t adin_len), int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len)) ossl_rand_drbg_new() argument
[all...]
H A Ddrbg_hash.c248 drbg_hash_instantiate(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *nonce, size_t nonce_len, const unsigned char *pstr, size_t pstr_len) drbg_hash_instantiate() argument
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_utils.c251 int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce) in TS_TST_INFO_set_nonce() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h155 } nonce, cmac; member
/third_party/openssl/include/crypto/
H A Dmodes.h155 } nonce, cmac; member
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c365 unsigned char *nonce = NULL, *entropy = NULL; in ossl_prov_drbg_instantiate() local
765 ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, int (*dnew)(PROV_DRBG *ctx), int (*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), int (*uninstantiate)(PROV_DRBG *ctx), int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *adin, size_t adin_len), int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len)) ossl_rand_drbg_new() argument
[all...]
H A Ddrbg_hash.c248 drbg_hash_instantiate(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *nonce, size_t nonce_len, const unsigned char *pstr, size_t pstr_len) drbg_hash_instantiate() argument
/third_party/openssl/crypto/ts/
H A Dts_rsp_utils.c251 int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce) in TS_TST_INFO_set_nonce() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c99 digest_calc_ha1(const char *alg, const char *username, const char *realm, const char *password, const char *nonce, const char *cnonce, char *sessionkey) digest_calc_ha1() argument
145 digest_calc_response(const char *ha1, const char *nonce, const char *noncecount, const char *cnonce, const char *qop, const char *method, const char *uri, const char *hentity, char *response) digest_calc_response() argument
301 check_nonce_nc(struct MHD_Connection *connection, const char *nonce, unsigned long int nc) check_nonce_nc() argument
397 calculate_nonce(uint32_t nonce_time, const char *method, const char *rnd, size_t rnd_size, const char *uri, const char *realm, char *nonce) calculate_nonce() argument
571 char nonce[MAX_NONCE_LENGTH]; MHD_digest_auth_check() local
808 char nonce[HASH_MD5_HEX_LEN + 9]; MHD_queue_auth_fail_response() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_eke.c593 u8 nonce[EAP_EKE_MAX_NONCE_LEN]; in eap_eke_process_confirm() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_eke.c593 u8 nonce[EAP_EKE_MAX_NONCE_LEN]; in eap_eke_process_confirm() local
/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h62 uint8_t *nonce; member
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c54 Uint8Buff nonce; member
503 int32_t CreateExpandSubSession(const Uint8Buff *nonce, const Uint8Buff *encKey, ExpandSubSession **returnObj) in CreateExpandSubSession() argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_ccm_test.cpp414 static int32_t HksAesSetNonceLen(HksParam *param, uint32_t cnt, uint32_t len, const uint8_t *nonce) in HksAesSetNonceLen() argument
[all...]
/third_party/curl/lib/vauth/
H A Ddigest.c349 char nonce[64]; in Curl_auth_create_digest_md5_message() local
271 auth_decode_digest_md5_message(const struct bufref *chlgref, char *nonce, size_t nlen, char *realm, size_t rlen, char *alg, size_t alen, char *qop, size_t qlen) auth_decode_digest_md5_message() argument
[all...]
/third_party/libcoap/src/oscore/
H A Doscore_context.c686 oscore_new_association(coap_session_t *session, coap_pdu_t *sent_pdu, coap_bin_const_t *token, oscore_recipient_ctx_t *recipient_ctx, coap_bin_const_t *aad, coap_bin_const_t *nonce, coap_bin_const_t *partial_iv, int is_observe) oscore_new_association() argument
/third_party/libcoap/include/oscore/
H A Doscore_cose.h206 coap_bin_const_t nonce; member
/third_party/libcoap/src/
H A Dcoap_subscribe.c186 coap_bin_const_t nonce; in coap_persist_observe_add() local
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c268 unsigned char nonce[PSA_AEAD_NONCE_MAX_SIZE] = { 0 }; in exercise_aead_key() local

Completed in 25 milliseconds

1234567