6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
# This source is common building blocks for all ciphers in all our providers.
|
|
SOURCE[../../libcommon.a]=\
|
|
cipher_common.c cipher_common_hw.c block.c \
|
|
cipher_gcm.c cipher_gcm_hw.c \
|
|
cipher_ccm.c cipher_ccm_hw.c
|