Searched refs:doPad (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/apr-util/crypto/ |
| HD | apr_crypto_openssl.c | 59 int doPad; member 71 int doPad; member 360 const apr_crypto_block_key_mode_e mode, const int doPad, in crypto_passphrase() argument 442 key->doPad = doPad; in crypto_passphrase() 531 if (!EVP_CIPHER_CTX_set_padding(&block->cipherCtx, key->doPad)) { 686 if (!EVP_CIPHER_CTX_set_padding(&block->cipherCtx, key->doPad)) {
|
| HD | apr_crypto.c | 348 const apr_crypto_block_key_mode_e mode, const int doPad, in apr_crypto_passphrase() argument 352 type, mode, doPad, iterations, f, p); in apr_crypto_passphrase()
|
| HD | apr_crypto_nss.c | 397 const apr_crypto_block_key_mode_e mode, const int doPad, in crypto_passphrase() argument 464 if (doPad) { in crypto_passphrase()
|
| /trueos/contrib/apr-util/test/ |
| HD | testcrypto.c | 99 int doPad, const char *description) in passphrase() argument 114 (unsigned char *) salt, strlen(salt), type, mode, doPad, 4096, f, in passphrase() 318 const apr_crypto_block_key_mode_e mode, int doPad, in crypto_block_cross() argument 337 key1 = passphrase(tc, pool, driver1, f1, type, mode, doPad, description); in crypto_block_cross() 338 key2 = passphrase(tc, pool, driver2, f2, type, mode, doPad, description); in crypto_block_cross()
|
| /trueos/contrib/apr-util/include/private/ |
| HD | apr_crypto_internal.h | 113 const apr_crypto_block_key_mode_e mode, const int doPad,
|
| /trueos/contrib/apr-util/include/ |
| HD | apr_crypto.h | 260 const apr_crypto_block_key_mode_e mode, const int doPad,
|