Home
last modified time | relevance | path

Searched refs:Camellia_set_key (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/camellia/
H A Dcmll_misc.c20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() function
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/
H A Dcamellia.c250 Camellia_set_key(key->keyblock.contents, NUM_BITS * key->keyblock.length, in cts_encr()
299 Camellia_set_key(key->keyblock.contents, NUM_BITS * key->keyblock.length, in cts_decr()
393 Camellia_set_key(key->keyblock.contents, in krb5int_camellia_cbc_mac()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_camellia_hw.c28 ret = Camellia_set_key(key, keylen * 8, ks); in cipher_hw_camellia_initkey()
/freebsd/crypto/openssl/include/openssl/
H A Dcamellia.h58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
/freebsd/crypto/openssl/crypto/evp/
H A De_camellia.c198 ret = Camellia_set_key(key, EVP_CIPHER_CTX_get_key_length(ctx) * 8, in camellia_init_key()
/freebsd/sys/crypto/openssl/i386/
H A Dcmll-x86.S1586 .globl Camellia_set_key
1587 .type Camellia_set_key,@function
1589 Camellia_set_key: label
1625 .size Camellia_set_key,.-.L_Camellia_set_key_begin
4033 .globl Camellia_set_key
4034 .type Camellia_set_key,@function
4036 Camellia_set_key: label
4072 .size Camellia_set_key,.-.L_Camellia_set_key_begin
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt415 Camellia_set_key(3)
H A Dmissingcrypto111.txt497 Camellia_set_key(3)
H A Dlibcrypto.num2318 Camellia_set_key 2368 3_0_0 EXIST::FUNCTION:CAMELLIA,DEPRECATEDIN_3_0
/freebsd/secure/lib/libcrypto/
H A DVersion.map878 Camellia_set_key;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1282 Camellia_encrypt(), Camellia_decrypt(), Camellia_set_key(),