Searched refs:drbg_opt (Results 1 – 1 of 1) sorted by relevance
345 NX_CRYPTO_DRBG_OPTIONS drbg_opt; in _nx_crypto_method_self_test_drbg() local363 drbg_opt.crypto_method = &crypto_method_aes_cbc_128; in _nx_crypto_method_self_test_drbg()364 drbg_opt.crypto_metadata = (UCHAR *)&aes_metadata; in _nx_crypto_method_self_test_drbg()365 drbg_opt.entropy_input = drbg_test_get_entropy_pr; in _nx_crypto_method_self_test_drbg()366 drbg_opt.use_df = 1; in _nx_crypto_method_self_test_drbg()367 drbg_opt.prediction_resistance = 1; in _nx_crypto_method_self_test_drbg()368 drbg_opt.security_strength = entropy_input_len_aes128; in _nx_crypto_method_self_test_drbg()412 (UCHAR *)&drbg_opt, in _nx_crypto_method_self_test_drbg()413 sizeof(drbg_opt), in _nx_crypto_method_self_test_drbg()509 drbg_opt.crypto_method = &crypto_method_aes_cbc_128; in _nx_crypto_method_self_test_drbg()[all …]