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/ |
D | crypto_mbedtls-bignum.c | 19 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()
|
D | crypto_mbedtls-rsa.c | 41 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()
|
D | crypto_mbedtls-ec.c | 42 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()
|