Searched refs:cipherTextLen (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testcrypto.c | 149 apr_size_t *cipherTextLen, const unsigned char **iv, in encrypt_block() argument 187 rv = apr_crypto_block_encrypt(cipherText, cipherTextLen, in, inlen, block); in encrypt_block() 203 rv = apr_crypto_block_encrypt_finish(*cipherText + *cipherTextLen, &len, in encrypt_block() 215 *cipherTextLen += len; in encrypt_block() 228 apr_size_t cipherTextLen, unsigned char **plainText, in decrypt_block() argument 268 cipherTextLen, block); in decrypt_block() 329 apr_size_t cipherTextLen = 0; in crypto_block_cross() local 341 &cipherText, &cipherTextLen, &iv, &blockSize, description); in crypto_block_cross() 343 cipherTextLen, &plainText, &plainTextLen, iv, &blockSize, in crypto_block_cross()
|