Searched refs:ciph (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 767 struct iphdr *ciph = (struct iphdr *)(icmph + 1); in ip_vs_nat_icmp() local 772 ciph->daddr = cp->vaddr.ip; in ip_vs_nat_icmp() 773 ip_send_check(ciph); in ip_vs_nat_icmp() 777 ciph->saddr = cp->daddr.ip; in ip_vs_nat_icmp() 778 ip_send_check(ciph); in ip_vs_nat_icmp() 782 if (IPPROTO_TCP == ciph->protocol || IPPROTO_UDP == ciph->protocol || in ip_vs_nat_icmp() 783 IPPROTO_SCTP == ciph->protocol) { in ip_vs_nat_icmp() 784 __be16 *ports = (void *)ciph + ciph->ihl*4; in ip_vs_nat_icmp() 798 IP_VS_DBG_PKT(11, AF_INET, pp, skb, (void *)ciph - (void *)iph, in ip_vs_nat_icmp() 801 IP_VS_DBG_PKT(11, AF_INET, pp, skb, (void *)ciph - (void *)iph, in ip_vs_nat_icmp() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | evp.h | 929 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, 933 (const EVP_CIPHER *ciph, const char *from, 936 void EVP_MD_do_all(void (*fn) (const EVP_MD *ciph, 940 (const EVP_MD *ciph, const char *from,
|
| H A D | cms.h | 170 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
|