/third_party/node/deps/openssl/openssl/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
|
/third_party/openssl/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
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_camellia_hw.c | 28 ret = Camellia_set_key(key, keylen * 8, ks); in cipher_hw_camellia_initkey()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | camellia.h | 47 int Camellia_set_key(const unsigned char *userKey, const int bits,
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_camellia_hw.c | 28 ret = Camellia_set_key(key, keylen * 8, ks); in cipher_hw_camellia_initkey()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | camellia.h | 58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
|
/third_party/openssl/include/openssl/ |
H A D | camellia.h | 58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 59 # 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
|
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 59 # 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
|
/third_party/node/deps/openssl/openssl/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()
|
/third_party/openssl/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()
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/camellia/ |
H A D | cmll-x86.S | 1584 .globl Camellia_set_key 1585 .type Camellia_set_key,@function 1587 Camellia_set_key: label 1623 .size Camellia_set_key,.-.L_Camellia_set_key_begin
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 1584 .globl Camellia_set_key 1585 .type Camellia_set_key,@function 1587 Camellia_set_key: label 1623 .size Camellia_set_key,.-.L_Camellia_set_key_begin
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/camellia/ |
H A D | cmll-x86.S | 1584 .globl Camellia_set_key 1585 .type Camellia_set_key,@function 1587 Camellia_set_key: label 1623 .size Camellia_set_key,.-.L_Camellia_set_key_begin
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/camellia/ |
H A D | cmll-x86.S | 1584 .globl Camellia_set_key 1585 .type Camellia_set_key,@function 1587 Camellia_set_key: label 1623 .size Camellia_set_key,.-.L_Camellia_set_key_begin
|
/third_party/ffmpeg/tools/ |
H A D | crypto_bench.c | 252 Camellia_set_key(hardcoded_key, 128, &camellia); in run_crypto_camellia()
|