Codebase list libcryptx-perl / 451c019f-709d-4668-9705-86ad21887118/upstream/0.078 src / ltc / misc / crypt / crypt_cipher_descriptor.c
451c019f-709d-4668-9705-86ad21887118/upstream/0.078

Tree @451c019f-709d-4668-9705-86ad21887118/upstream/0.078 (Download .tar.gz)

crypt_cipher_descriptor.c @451c019f-709d-4668-9705-86ad21887118/upstream/0.078raw · history · blame

/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
#include "tomcrypt_private.h"

/**
  @file crypt_cipher_descriptor.c
  Stores the cipher descriptor table, Tom St Denis
*/

struct ltc_cipher_descriptor cipher_descriptor[TAB_SIZE] = {
{ NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
 };

LTC_MUTEX_GLOBAL(ltc_cipher_mutex)