Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr-util/crypto/
HDapr_crypto_openssl.c71 int doPad; member
83 int doPad; member
376 const apr_crypto_block_key_mode_e mode, const int doPad, apr_pool_t *p) in crypto_cipher_mechanism() argument
516 key->doPad = rec->pad; in crypto_key()
559 const apr_crypto_block_key_mode_e mode, const int doPad, in crypto_passphrase() argument
576 rv = crypto_cipher_mechanism(key, type, mode, doPad, p); in crypto_passphrase()
587 key->doPad = doPad; in crypto_passphrase()
678 if (!EVP_CIPHER_CTX_set_padding(block->cipherCtx, key->doPad)) {
848 if (!EVP_CIPHER_CTX_set_padding(block->cipherCtx, key->doPad)) {
HDapr_crypto_commoncrypto.c266 const apr_crypto_block_key_mode_e mode, const int doPad, apr_pool_t *p) in crypto_cipher_mechanism() argument
269 key->options = doPad ? kCCOptionPKCS7Padding : 0; in crypto_cipher_mechanism()
470 const apr_crypto_block_key_mode_e mode, const int doPad, in crypto_passphrase() argument
487 rv = crypto_cipher_mechanism(key, type, mode, doPad, p); in crypto_passphrase()
HDapr_crypto_nss.c387 const apr_crypto_block_key_mode_e mode, const int doPad) in crypto_cipher_mechanism() argument
440 if (doPad) { in crypto_cipher_mechanism()
674 const apr_crypto_block_key_mode_e mode, const int doPad, in crypto_passphrase() argument
698 rv = crypto_cipher_mechanism(key, type, mode, doPad); in crypto_passphrase()
HDapr_crypto.c427 const apr_crypto_block_key_mode_e mode, const int doPad, in apr_crypto_passphrase() argument
431 type, mode, doPad, iterations, f, p); in apr_crypto_passphrase()
/freebsd-13-stable/contrib/apr-util/test/
HDtestcrypto.c117 int doPad, apr_size_t secretLen, const char *description) in keysecret() argument
131 rec->pad = doPad; in keysecret()
170 int doPad, const char *description) in passphrase() argument
185 (unsigned char *) salt, strlen(salt), type, mode, doPad, 4096, f, in passphrase()
219 int doPad, const char *description) in keypassphrase() argument
236 rec->pad = doPad; in keypassphrase()
462 const apr_crypto_block_key_mode_e mode, int doPad, in crypto_block_cross() argument
486 key1 = passphrase(tc, pool, driver1, f1, type, mode, doPad, description); in crypto_block_cross()
487 key2 = passphrase(tc, pool, driver2, f2, type, mode, doPad, description); in crypto_block_cross()
504 key3 = keysecret(tc, pool, driver1, f1, type, mode, doPad, secretLen, description); in crypto_block_cross()
[all …]
/freebsd-13-stable/contrib/apr-util/include/private/
HDapr_crypto_internal.h113 const apr_crypto_block_key_mode_e mode, const int doPad,
/freebsd-13-stable/contrib/apr-util/include/
HDapr_crypto.h348 const apr_crypto_block_key_mode_e mode, const int doPad,