Searched refs:Camellia_set_key (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcmll_misc.c14 int Camellia_set_key(const unsigned char *userKey, const int bits, function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_misc.c20 int Camellia_set_key(const unsigned char *userKey, const int bits, function
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dstubs.h77 int Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key);
H A Dstubs.c143 Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key) function
145 printf("Camellia_set_key stubbed\n");
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcamellia.h47 int Camellia_set_key(const unsigned char *userKey, const int bits,
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_camellia_hw.c28 ret = Camellia_set_key(key, keylen * 8, ks);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcamellia.h58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c583 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA128, crypt->encrypt_key)) {
593 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA128, crypt->decrypt_key)) {
658 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA256, crypt->encrypt_key)) {
668 if (Camellia_set_key(crypt->key, KEYBITS_CAMELLIA256, crypt->decrypt_key)) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl60 # Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt
887 .global Camellia_set_key
889 Camellia_set_key: label
907 .type Camellia_set_key,#function
908 .size Camellia_set_key,.-Camellia_set_key
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl59 # Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt
889 .global Camellia_set_key
891 Camellia_set_key: label
909 .type Camellia_set_key,#function
910 .size Camellia_set_key,.-Camellia_set_key
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_camellia.c219 ret = Camellia_set_key(key, EVP_CIPHER_CTX_key_length(ctx) * 8, &dat->ks);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_camellia.c198 ret = Camellia_set_key(key, EVP_CIPHER_CTX_get_key_length(ctx) * 8,
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
H A Dcmll-x86.S1540 .globl Camellia_set_key
1541 .type Camellia_set_key,@function
1543 Camellia_set_key: label
1574 .size Camellia_set_key,.-.L_Camellia_set_key_begin
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
H A Dcmll-x86.S1585 .globl Camellia_set_key
1586 .type Camellia_set_key,@function
1588 Camellia_set_key: label
1624 .size Camellia_set_key,.-.L_Camellia_set_key_begin
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c1887 Camellia_set_key(key16, 128, &camellia_ks1);
1888 Camellia_set_key(ckey24, 192, &camellia_ks2);
1889 Camellia_set_key(ckey32, 256, &camellia_ks3);

Completed in 142 milliseconds