Searched refs:Camellia_set_key (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/camellia/ |
D | cmll_misc.c | 14 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() function
|
/third_party/openssl/include/openssl/ |
D | camellia.h | 47 int Camellia_set_key(const unsigned char *userKey, const int bits,
|
/third_party/openssl/crypto/evp/ |
D | e_camellia.c | 219 ret = Camellia_set_key(key, EVP_CIPHER_CTX_key_length(ctx) * 8, &dat->ks);
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 252 Camellia_set_key(hardcoded_key, 128, &camellia); in run_crypto_camellia()
|
/third_party/openssl/apps/ |
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()
|
/third_party/openssl/util/ |
D | libcrypto.num | 2398 Camellia_set_key 2368 1_1_0 EXIST::FUNCTION:CAMELLIA
|