Home
last modified time | relevance | path

Searched refs:cipherText (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/apr-util/test/
Dtestcrypto.c277 const apr_size_t inlen, unsigned char **cipherText, in encrypt_block() argument
326 rv = apr_crypto_block_encrypt(cipherText, cipherTextLen, in, inlen, block); in encrypt_block()
336 ABTS_ASSERT(tc, "apr_crypto_block_encrypt failed to allocate buffer", *cipherText != NULL); in encrypt_block()
342 rv = apr_crypto_block_encrypt_finish(*cipherText + *cipherTextLen, &len, in encrypt_block()
362 return *cipherText; in encrypt_block()
368 const apr_crypto_key_t *key, unsigned char *cipherText, in decrypt_block() argument
379 if (!driver || !f || !key || !cipherText) { in decrypt_block()
409 rv = apr_crypto_block_decrypt(plainText, plainTextLen, cipherText, in decrypt_block()
477 unsigned char *cipherText = NULL; in crypto_block_cross() local
489 cipherText = encrypt_block(tc, pool, driver1, f1, key1, in, inlen, in crypto_block_cross()
[all …]
/freebsd-12-stable/sys/crypto/camellia/
Dcamellia.h53 unsigned char *cipherText);
56 const unsigned char *cipherText,