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

/freebsd-10-stable/contrib/apr-util/test/
H A Dtestcrypto.c776 int *mode_cbc; local
789 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING);
790 ABTS_PTR_NOTNULL(tc, mode_cbc);
791 ABTS_INT_EQUAL(tc, *mode_cbc, APR_MODE_CBC);
809 int *mode_cbc; local
822 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING);
823 ABTS_PTR_NOTNULL(tc, mode_cbc);
824 ABTS_INT_EQUAL(tc, *mode_cbc, APR_MODE_CBC);
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c80 static int mode_cbc = APR_MODE_CBC; variable
278 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(mode_cbc));
H A Dapr_crypto_nss.c88 static int mode_cbc = APR_MODE_CBC; variable
327 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(mode_cbc));

Completed in 88 milliseconds