Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr-util/test/
Dtestcrypto.c1289 int *mode_cbc; in test_crypto_get_block_key_modes_openssl() local
1302 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING); in test_crypto_get_block_key_modes_openssl()
1303 ABTS_PTR_NOTNULL(tc, mode_cbc); in test_crypto_get_block_key_modes_openssl()
1304 ABTS_INT_EQUAL(tc, *mode_cbc, APR_MODE_CBC); in test_crypto_get_block_key_modes_openssl()
1322 int *mode_cbc; in test_crypto_get_block_key_modes_nss() local
1335 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING); in test_crypto_get_block_key_modes_nss()
1336 ABTS_PTR_NOTNULL(tc, mode_cbc); in test_crypto_get_block_key_modes_nss()
1337 ABTS_INT_EQUAL(tc, *mode_cbc, APR_MODE_CBC); in test_crypto_get_block_key_modes_nss()
1355 int *mode_cbc; in test_crypto_get_block_key_modes_commoncrypto() local
1368 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING); in test_crypto_get_block_key_modes_commoncrypto()
[all …]