Searched refs:Camellia_set_key (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/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
|
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/ |
H A D | camellia.c | 250 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 D | cipher_camellia_hw.c | 28 ret = Camellia_set_key(key, keylen * 8, ks); in cipher_hw_camellia_initkey()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | camellia.h | 58 OSSL_DEPRECATEDIN_3_0 int Camellia_set_key(const unsigned char *userKey,
|
/freebsd/crypto/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()
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | cmll-x86.S | 1586 .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 D | missingcrypto.txt | 415 Camellia_set_key(3)
|
H A D | missingcrypto111.txt | 497 Camellia_set_key(3)
|
H A D | libcrypto.num | 2318 Camellia_set_key 2368 3_0_0 EXIST::FUNCTION:CAMELLIA,DEPRECATEDIN_3_0
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 878 Camellia_set_key;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1282 Camellia_encrypt(), Camellia_decrypt(), Camellia_set_key(),
|