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

/freebsd-10-stable/contrib/apr-util/test/
H A Dtestcrypto.c775 int *mode_ecb; local
785 mode_ecb = apr_hash_get(modes, "ecb", APR_HASH_KEY_STRING);
786 ABTS_PTR_NOTNULL(tc, mode_ecb);
787 ABTS_INT_EQUAL(tc, *mode_ecb, APR_MODE_ECB);
808 int *mode_ecb; local
818 mode_ecb = apr_hash_get(modes, "ecb", APR_HASH_KEY_STRING);
819 ABTS_PTR_NOTNULL(tc, mode_ecb);
820 ABTS_INT_EQUAL(tc, *mode_ecb, APR_MODE_ECB);
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c79 static int mode_ecb = APR_MODE_ECB; variable
277 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(mode_ecb));
H A Dapr_crypto_nss.c87 static int mode_ecb = APR_MODE_ECB; variable
326 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(mode_ecb));

Completed in 69 milliseconds