Searched refs:Camellia_EncryptBlock_Rounds (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/camellia/
H A Dcmll_local.h33 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[],
H A Dcmll_misc.c28 Camellia_EncryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out);
H A Dcamellia.c397 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], function
446 Camellia_EncryptBlock_Rounds(keyBitLength == 128 ? 3 : 4,
/freebsd-12-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl115 # void Camellia_EncryptBlock_Rounds(
137 .globl Camellia_EncryptBlock_Rounds
138 .type Camellia_EncryptBlock_Rounds,\@function,4
141 Camellia_EncryptBlock_Rounds: label
198 .size Camellia_EncryptBlock_Rounds,.-Camellia_EncryptBlock_Rounds
/freebsd-12-stable/secure/lib/libcrypto/amd64/
H A Dcmll-x86_64.S19 .globl Camellia_EncryptBlock_Rounds
20 .type Camellia_EncryptBlock_Rounds,@function
23 Camellia_EncryptBlock_Rounds: label
85 .size Camellia_EncryptBlock_Rounds,.-Camellia_EncryptBlock_Rounds
/freebsd-12-stable/secure/lib/libcrypto/i386/
H A Dcmll-x86.S5 .globl Camellia_EncryptBlock_Rounds
6 .type Camellia_EncryptBlock_Rounds,@function
8 Camellia_EncryptBlock_Rounds: label
58 .size Camellia_EncryptBlock_Rounds,.-.L_Camellia_EncryptBlock_Rounds_begin
2380 .globl Camellia_EncryptBlock_Rounds
2381 .type Camellia_EncryptBlock_Rounds,@function
2383 Camellia_EncryptBlock_Rounds: label
2433 .size Camellia_EncryptBlock_Rounds,.-.L_Camellia_EncryptBlock_Rounds_begin

Completed in 246 milliseconds