HomeSort by: relevance | last modified time | path
    Searched refs:Camellia_set_key (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/camellia/
cmll_misc.c 20 int Camellia_set_key(const unsigned char *userKey, const int bits,
  /src/crypto/external/bsd/openssl/dist/crypto/camellia/
cmll_misc.c 20 int Camellia_set_key(const unsigned char *userKey, const int bits,
  /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/
cmll_misc.c 14 int Camellia_set_key(const unsigned char *userKey, const int bits,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
camellia.h 58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_camellia_hw.c 28 ret = Camellia_set_key(key, keylen * 8, ks);
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
stubs.h 77 int Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key);
stubs.c 143 Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key)
145 printf("Camellia_set_key stubbed\n");
  /src/crypto/external/bsd/openssl/dist/include/openssl/
camellia.h 58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_camellia_hw.c 28 ret = Camellia_set_key(key, keylen * 8, ks);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
camellia.h 47 int Camellia_set_key(const unsigned char *userKey, const int bits,
  /src/crypto/external/bsd/netpgp/dist/src/lib/
symmetric.c 583 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)) {
  /src/crypto/external/apache2/openssl/dist/crypto/camellia/asm/
cmllt4-sparcv9.pl 59 # Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt
889 .global Camellia_set_key
891 Camellia_set_key:
909 .type Camellia_set_key,#function
910 .size Camellia_set_key,.-Camellia_set_key
  /src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
cmllt4-sparcv9.pl 59 # Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt
889 .global Camellia_set_key
891 Camellia_set_key:
909 .type Camellia_set_key,#function
910 .size Camellia_set_key,.-Camellia_set_key
  /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/
cmllt4-sparcv9.pl 60 # Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt
887 .global Camellia_set_key
889 Camellia_set_key:
907 .type Camellia_set_key,#function
908 .size Camellia_set_key,.-Camellia_set_key
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_camellia.c 202 ret = Camellia_set_key(key, EVP_CIPHER_CTX_get_key_length(ctx) * 8,
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_camellia.c 198 ret = Camellia_set_key(key, EVP_CIPHER_CTX_get_key_length(ctx) * 8,
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_camellia.c 219 ret = Camellia_set_key(key, EVP_CIPHER_CTX_key_length(ctx) * 8, &dat->ks);
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/i386/
cmll-x86.S 1585 .globl Camellia_set_key
1586 .type Camellia_set_key,@function
1588 Camellia_set_key:
1624 .size Camellia_set_key,.-.L_Camellia_set_key_begin
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
cmll-x86.S 1585 .globl Camellia_set_key
1586 .type Camellia_set_key,@function
1588 Camellia_set_key:
1624 .size Camellia_set_key,.-.L_Camellia_set_key_begin
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
cmll-x86.S 1540 .globl Camellia_set_key
1541 .type Camellia_set_key,@function
1543 Camellia_set_key:
1574 .size Camellia_set_key,.-.L_Camellia_set_key_begin
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 1887 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 56 milliseconds