Searched refs:cipherText (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testcrypto.c | 148 const apr_size_t inlen, unsigned char **cipherText, in encrypt_block() argument 203 rv = apr_crypto_block_encrypt_finish(*cipherText + *cipherTextLen, &len, in encrypt_block() 221 return *cipherText; in encrypt_block() 227 const apr_crypto_key_t *key, unsigned char *cipherText, in decrypt_block() argument 238 if (!driver || !f || !key || !cipherText) { in decrypt_block() 267 rv = apr_crypto_block_decrypt(plainText, plainTextLen, cipherText, in decrypt_block() 328 unsigned char *cipherText = NULL; in crypto_block_cross() local 340 cipherText = encrypt_block(tc, pool, driver1, f1, key1, in, inlen, in crypto_block_cross() 341 &cipherText, &cipherTextLen, &iv, &blockSize, description); in crypto_block_cross() 342 plainText = decrypt_block(tc, pool, driver2, f2, key2, cipherText, in crypto_block_cross() [all …]
|
| /freebsd-12.1/sys/crypto/camellia/ |
| H A D | camellia.h | 53 unsigned char *cipherText); 56 const unsigned char *cipherText,
|