Home
last modified time | relevance | path

Searched refs:crypto_rng_wrapper (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c19 static int crypto_rng_wrapper(void *ctx, unsigned char *buf, size_t len) in crypto_rng_wrapper() function
234 crypto_rng_wrapper, NULL) != 0) ? -1 : 0); in crypto_bignum_rand()
Dcrypto_mbedtls-rsa.c41 static int crypto_rng_wrapper(void *ctx, unsigned char *buf, size_t len) in crypto_rng_wrapper() function
123 passwd ? os_strlen(passwd) : 0, crypto_rng_wrapper, NULL); in crypto_private_key_import()
Dcrypto_mbedtls-ec.c42 static int crypto_rng_wrapper(void *ctx, unsigned char *buf, size_t len) in crypto_rng_wrapper() function
669 ret = mbedtls_pk_parse_key(kctx, privkey, privkey_len, NULL, 0, crypto_rng_wrapper, NULL); in crypto_ec_get_key()
803 &ctx->MBEDTLS_PRIVATE(d), hash, SHA256_MAC_LEN, crypto_rng_wrapper, NULL); in crypto_ecdsa_get_sign()
894 crypto_rng_wrapper, NULL); in crypto_ec_gen_keypair()