Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_crypto.c161 static btstack_crypto_ecc_p256_key_generation_state_t btstack_crypto_ecc_p256_key_generation_state; variable
502 if (btstack_crypto_ecc_p256_key_generation_state != ECC_P256_KEY_GENERATION_ACTIVE) return 0; in sm_generate_f_rng()
937 switch (btstack_crypto_ecc_p256_key_generation_state){ in btstack_crypto_run()
949btstack_crypto_ecc_p256_key_generation_state = ECC_P256_KEY_GENERATION_GENERATING_RANDOM; in btstack_crypto_run()
954btstack_crypto_ecc_p256_key_generation_state = ECC_P256_KEY_GENERATION_W4_KEY; in btstack_crypto_run()
1016 btstack_crypto_ecc_p256_key_generation_state = ECC_P256_KEY_GENERATION_ACTIVE; in btstack_crypto_handle_random_data()
1018 btstack_crypto_ecc_p256_key_generation_state = ECC_P256_KEY_GENERATION_DONE; in btstack_crypto_handle_random_data()
1155 btstack_crypto_ecc_p256_key_generation_state = ECC_P256_KEY_GENERATION_DONE; in btstack_crypto_event_handler()
1246 if (btstack_crypto_ecc_p256_key_generation_state == ECC_P256_KEY_GENERATION_DONE){ in btstack_crypto_ecc_p256_generate_key()
1247 btstack_crypto_ecc_p256_key_generation_state = ECC_P256_KEY_GENERATION_IDLE; in btstack_crypto_ecc_p256_generate_key()
[all …]