Home
last modified time | relevance | path

Searched refs:camellia (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/obj/
Dobjects.txt1232 1 2 392 200011 61 1 1 1 2 : CAMELLIA-128-CBC : camellia-128-cbc
1233 1 2 392 200011 61 1 1 1 3 : CAMELLIA-192-CBC : camellia-192-cbc
1234 1 2 392 200011 61 1 1 1 4 : CAMELLIA-256-CBC : camellia-256-cbc
1242 !Alias camellia ntt-ds 3 1 9
1244 camellia 1 : CAMELLIA-128-ECB : camellia-128-ecb
1245 !Cname camellia-128-ofb128
1246 camellia 3 : CAMELLIA-128-OFB : camellia-128-ofb
1247 !Cname camellia-128-cfb128
1248 camellia 4 : CAMELLIA-128-CFB : camellia-128-cfb
1250 camellia 21 : CAMELLIA-192-ECB : camellia-192-ecb
[all …]
/external/ltp/runtest/
Dnet_stress.ipsec_udp32 udp4_ipsec32 udp_ipsec.sh -p esp -a sha512 -e camellia -m transport -s "100 1000 65446"
33 udp4_ipsec33 udp_ipsec.sh -p esp -a sha512 -e camellia -m tunnel -s "100 1000 65426"
68 udp6_ipsec32 udp_ipsec.sh -6 -p esp -a sha512 -e camellia -m transport -s "100 1000 65462"
69 udp6_ipsec33 udp_ipsec.sh -6 -p esp -a sha512 -e camellia -m tunnel -s "100 1000 65527"
Dnet_stress.ipsec_tcp32 tcp4_ipsec32 tcp_ipsec.sh -p esp -a sha512 -e camellia -m transport -s "100 1000 65535"
33 tcp4_ipsec33 tcp_ipsec.sh -p esp -a sha512 -e camellia -m tunnel -s "100 1000 65535"
68 tcp6_ipsec32 tcp_ipsec.sh -6 -p esp -a sha512 -e camellia -m transport -s "100 1000 65535"
69 tcp6_ipsec33 tcp_ipsec.sh -6 -p esp -a sha512 -e camellia -m tunnel -s "100 1000 65535"
Dnet_stress.ipsec_icmp87 icmp4-uni-vti06 icmp-uni-vti.sh -p esp -a sha384 -e camellia -m tunnel -S fffffffe -k 0x80000000 -s…
104 icmp6-uni-vti06 icmp-uni-vti.sh -6 -p esp -a sha512 -e camellia -m tunnel -S fffffffe -k 0x7fffffff…
/external/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh88 aes|twofish|camellia|serpent) EALGO_KEY=$(get_key 256) ;;
/external/tpm2/
Dtpm_types.h985 TPMI_CAMELLIA_KEY_BITS camellia; member
1002 TPMI_ALG_SYM_MODE camellia; member
Dtpm_generated.c1963 (TPMI_CAMELLIA_KEY_BITS*)&source->camellia, buffer, size); in TPMU_SYM_KEY_BITS_Marshal()
1995 (TPMI_CAMELLIA_KEY_BITS*)&target->camellia, buffer, size); in TPMU_SYM_KEY_BITS_Unmarshal()
2070 return TPMI_ALG_SYM_MODE_Marshal((TPMI_ALG_SYM_MODE*)&source->camellia, in TPMU_SYM_MODE_Marshal()
2100 return TPMI_ALG_SYM_MODE_Unmarshal(&target->camellia, buffer, size, in TPMU_SYM_MODE_Unmarshal()