Searched defs:ciphers (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/session/
H A Dmod_session_crypto.c70 apr_hash_t *ciphers; local
72 res = apr_crypto_get_block_key_types(&ciphers, f);
75 "no ciphers returned by APR. "
80 *cipher = apr_hash_get(ciphers, dconf->cipher, APR_HASH_KEY_STRING);
89 for (hi = apr_hash_first(r->pool, ciphers); hi; hi = apr_hash_next(hi)) {
93 for (hi = apr_hash_first(r->pool, ciphers); hi; hi = apr_hash_next(hi)) {

Completed in 31 milliseconds