Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr-util/include/
Dapr_crypto.h312 APU_DECLARE(apr_status_t) apr_crypto_key(apr_crypto_key_t **key,
/freebsd-12-stable/contrib/apr-util/
DCHANGES39 *) apr_crypto: Add apr_crypto_key() function which supports keys
/freebsd-12-stable/contrib/apr-util/crypto/
Dapr_crypto.c389 APU_DECLARE(apr_status_t) apr_crypto_key(apr_crypto_key_t **key, in apr_crypto_key() function
/freebsd-12-stable/contrib/apr-util/test/
Dtestcrypto.c136 rv = apr_crypto_key(&key, rec, f, pool); in keysecret()
244 rv = apr_crypto_key(&key, rec, f, pool); in keypassphrase()