Searched refs:des (Results 1 – 16 of 16) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | chap_ms.c | 500 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 D | chap_ms.c | 500 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 D | hwcrypto.c | 150 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 D | hw_gcm.c | 195 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 D | hw_symmetric.c | 221 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 D | hw_hash.c | 85 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 D | hwcrypto.h | 83 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 D | hw_hash.h | 87 rt_err_t rt_hwcrypto_hash_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src);
|
| A D | hw_gcm.h | 168 rt_err_t rt_hwcrypto_gcm_cpy(struct rt_hwcrypto_ctx *des,
|
| A D | hw_symmetric.h | 166 rt_err_t rt_hwcrypto_symmetric_cpy(struct rt_hwcrypto_ctx *des, const struct rt_hwcrypto_ctx *src);
|
| /components/finsh/ |
| A D | finsh.h | 205 const char *des; member 239 #define CMD_OPTIONS_NODE(_id, _name, _des) {.id = _id, .name = #_name, .des = #_des},
|
| A D | msh.c | 945 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 D | Filelists.mk | 114 $(LWIPDIR)/netif/ppp/polarssl/des.c \
|
| /components/net/lwip/lwip-2.1.2/src/ |
| A D | Filelists.mk | 123 $(LWIPDIR)/netif/ppp/polarssl/des.c \
|
| A D | Filelists.cmake | 135 ${LWIP_DIR}/src/netif/ppp/polarssl/des.c
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | SConscript | 136 src/netif/ppp/polarssl/des.c
|
Completed in 23 milliseconds