HomeSort by: relevance | last modified time | path
    Searched refs:camellia (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/modules/camellia/
Makefile 5 .PATH: ${S}/crypto/camellia
7 KMOD= camellia
8 SRCS= camellia.c camellia-api.c
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_camellia.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */
50 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block)
52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block)
54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block)
56 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 256, 128, 128, block
    [all...]
cipher_camellia.h 10 #include <openssl/camellia.h>
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_camellia.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */
52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block)
54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block)
56 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block)
58 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 256, 128, 128, block
    [all...]
cipher_camellia.h 10 #include <openssl/camellia.h>
  /src/crypto/external/apache2/openssl/dist/crypto/camellia/
cmll_ecb.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_cbc.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_ctr.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_ofb.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_misc.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
17 #include <openssl/camellia.h>
cmll_cfb.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
  /src/crypto/external/bsd/openssl/dist/crypto/camellia/
cmll_ecb.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_cbc.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_ctr.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_ofb.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
cmll_misc.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
17 #include <openssl/camellia.h>
cmll_cfb.c 11 * Camellia low level APIs are deprecated for public use, but still ok for
16 #include <openssl/camellia.h>
  /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/
cmll_ecb.c 10 #include <openssl/camellia.h>
cmll_cbc.c 10 #include <openssl/camellia.h>
cmll_ctr.c 10 #include <openssl/camellia.h>
cmll_ofb.c 10 #include <openssl/camellia.h>
cmll_misc.c 11 #include <openssl/camellia.h>
  /src/sys/crypto/camellia/
camellia-api.c 1 /* $NetBSD: camellia-api.c,v 1.2 2021/09/04 00:33:09 gutteridge Exp $ */
31 __KERNEL_RCSID(0, "$NetBSD: camellia-api.c,v 1.2 2021/09/04 00:33:09 gutteridge Exp $");
34 #include <crypto/camellia/camellia.h>
  /src/crypto/external/apache2/openssl/dist/include/crypto/
cmll_platform.h 21 #include <openssl/camellia.h>
  /src/crypto/external/bsd/openssl/dist/include/crypto/
cmll_platform.h 21 # include <openssl/camellia.h>

Completed in 34 milliseconds

1 2