crypto: Add NULL IV generator

This does not actually allocate an IV and only accepts requests
for size == 0.
This commit is contained in:
Tobias Brunner
2015-11-09 11:08:22 +01:00
parent 32ebb56c5b
commit 403acf8614
4 changed files with 98 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ crypto/rngs/rng.c crypto/prf_plus.c crypto/signers/signer.c \
crypto/signers/mac_signer.c crypto/crypto_factory.c crypto/crypto_tester.c \
crypto/diffie_hellman.c crypto/aead.c crypto/transform.c \
crypto/iv/iv_gen.c crypto/iv/iv_gen_rand.c crypto/iv/iv_gen_seq.c \
crypto/iv/iv_gen_null.c \
crypto/mgf1/mgf1.c crypto/mgf1/mgf1_bitspender.c \
credentials/credential_factory.c credentials/builder.c \
credentials/cred_encoding.c credentials/keys/private_key.c \