Home
last modified time | relevance | path

Searched refs:des (Results 1 – 16 of 16) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dchap_ms.c500 lwip_des_context des; in ChallengeResponse() local
512 lwip_des_init(&des); in ChallengeResponse()
515 lwip_des_free(&des); in ChallengeResponse()
518 lwip_des_init(&des); in ChallengeResponse()
521 lwip_des_free(&des); in ChallengeResponse()
524 lwip_des_init(&des); in ChallengeResponse()
527 lwip_des_free(&des); in ChallengeResponse()
626 lwip_des_init(&des); in ChapMS_LANMan()
629 lwip_des_free(&des); in ChapMS_LANMan()
632 lwip_des_init(&des); in ChapMS_LANMan()
[all …]
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap_ms.c500 lwip_des_context des; in ChallengeResponse() local
512 lwip_des_init(&des); in ChallengeResponse()
515 lwip_des_free(&des); in ChallengeResponse()
518 lwip_des_init(&des); in ChallengeResponse()
521 lwip_des_free(&des); in ChallengeResponse()
524 lwip_des_init(&des); in ChallengeResponse()
527 lwip_des_free(&des); in ChallengeResponse()
626 lwip_des_init(&des); in ChapMS_LANMan()
629 lwip_des_free(&des); in ChapMS_LANMan()
632 lwip_des_init(&des); in ChapMS_LANMan()
[all …]
/components/drivers/hwcrypto/
A Dhwcrypto.c150 rt_err_t rt_hwcrypto_ctx_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src) in rt_hwcrypto_ctx_cpy() argument
152 if (des == RT_NULL || src == RT_NULL) in rt_hwcrypto_ctx_cpy()
158 if (des->device != src->device || in rt_hwcrypto_ctx_cpy()
159 (des->type & HWCRYPTO_MAIN_TYPE_MASK) != (src->type & HWCRYPTO_MAIN_TYPE_MASK)) in rt_hwcrypto_ctx_cpy()
163 des->type = src->type; in rt_hwcrypto_ctx_cpy()
165 return src->device->ops->copy(des, src); in rt_hwcrypto_ctx_cpy()
A Dhw_gcm.c195 rt_err_t rt_hwcrypto_gcm_cpy(struct rt_hwcrypto_ctx *des, in rt_hwcrypto_gcm_cpy() argument
198 struct hwcrypto_gcm *gcm_des = (struct hwcrypto_gcm *)des; in rt_hwcrypto_gcm_cpy()
201 if (des != RT_NULL && src != RT_NULL) in rt_hwcrypto_gcm_cpy()
205 return rt_hwcrypto_symmetric_cpy(des, src); in rt_hwcrypto_gcm_cpy()
A Dhw_symmetric.c221 rt_err_t rt_hwcrypto_symmetric_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src) in rt_hwcrypto_symmetric_cpy() argument
223 struct hwcrypto_symmetric *symmetric_des = (struct hwcrypto_symmetric *)des; in rt_hwcrypto_symmetric_cpy()
226 if (des != RT_NULL && src != RT_NULL) in rt_hwcrypto_symmetric_cpy()
237 return rt_hwcrypto_ctx_cpy(des, src); in rt_hwcrypto_symmetric_cpy()
A Dhw_hash.c85 rt_err_t rt_hwcrypto_hash_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src) in rt_hwcrypto_hash_cpy() argument
87 return rt_hwcrypto_ctx_cpy(des, src); in rt_hwcrypto_hash_cpy()
A Dhwcrypto.h83 rt_err_t (*copy)(struct rt_hwcrypto_ctx *des,
160 rt_err_t rt_hwcrypto_ctx_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src);
A Dhw_hash.h87 rt_err_t rt_hwcrypto_hash_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src);
A Dhw_gcm.h168 rt_err_t rt_hwcrypto_gcm_cpy(struct rt_hwcrypto_ctx *des,
A Dhw_symmetric.h166 rt_err_t rt_hwcrypto_symmetric_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src);
/components/finsh/
A Dfinsh.h205 const char *des; member
239 #define CMD_OPTIONS_NODE(_id, _name, _des) {.id = _id, .name = #_name, .des = #_des},
A Dmsh.c945 rt_kprintf("%-16s - %s\n", opt->name, opt->des); in msh_opt_help()
1007 rt_kprintf(" %-16s - %s\n", opt->name, opt->des); in msh_opt_list_dump()
/components/net/lwip/lwip-2.0.3/src/
A DFilelists.mk114 $(LWIPDIR)/netif/ppp/polarssl/des.c \
/components/net/lwip/lwip-2.1.2/src/
A DFilelists.mk123 $(LWIPDIR)/netif/ppp/polarssl/des.c \
A DFilelists.cmake135 ${LWIP_DIR}/src/netif/ppp/polarssl/des.c
/components/net/lwip/lwip-2.1.2/
A DSConscript136 src/netif/ppp/polarssl/des.c

Completed in 23 milliseconds