/netbsd-src/crypto/external/bsd/openssl/dist/crypto/camellia/ |
H A D | cmll_misc.c | 20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/ |
H A D | cmll_misc.c | 14 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() function
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | symmetric.c | 583 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA128, crypt->encrypt_key)) { in camellia128_init() 593 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA128, crypt->decrypt_key)) { in camellia128_init() 658 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA256, crypt->encrypt_key)) { in camellia256_init() 668 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA256, crypt->decrypt_key)) { in camellia256_init()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | camellia.h | 47 int Camellia_set_key(const unsigned char *userKey, const int bits,
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_camellia_hw.c | 28 ret = Camellia_set_key(key, keylen * 8, ks); in cipher_hw_camellia_initkey()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | camellia.h | 58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/ |
H A D | stubs.h | 77 int Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key);
|
H A D | stubs.c | 143 Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key) in Camellia_set_key() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_camellia.c | 198 ret = Camellia_set_key(key, EVP_CIPHER_CTX_get_key_length(ctx) * 8, in camellia_init_key()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_camellia.c | 219 ret = Camellia_set_key(key, EVP_CIPHER_CTX_key_length(ctx) * 8, &dat->ks);
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/ |
H A D | cmll-x86.S | 1540 .globl Camellia_set_key symbol 1541 .type Camellia_set_key,@function 1543 Camellia_set_key: label 1574 .size Camellia_set_key,.-.L_Camellia_set_key_begin
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ |
H A D | cmll-x86.S | 1585 .globl Camellia_set_key symbol 1586 .type Camellia_set_key,@function 1588 Camellia_set_key: label 1624 .size Camellia_set_key,.-.L_Camellia_set_key_begin
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | missingcrypto.txt | 438 Camellia_set_key(3)
|
H A D | missingcrypto111.txt | 497 Camellia_set_key(3)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | speed.c | 1887 Camellia_set_key(key16, 128, &camellia_ks1); in speed_main() 1888 Camellia_set_key(ckey24, 192, &camellia_ks2); in speed_main() 1889 Camellia_set_key(ckey32, 256, &camellia_ks3); in speed_main()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 878 Camellia_set_key;
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | migration_guide.pod | 1251 Camellia_encrypt(), Camellia_decrypt(), Camellia_set_key(),
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 2398 Camellia_set_key 2368 1_1_0 EXIST::FUNCTION:CAMELLIA
|