Searched defs:counter (Results 1 – 5 of 5) sorted by relevance
/net-tools-latest/tinydtls-0.8.2/ |
D | ccm.c | 149 encrypt(rijndael_ctx *ctx, size_t L, unsigned long counter, in encrypt() 182 unsigned long counter = 1; /* \bug does not work correctly on ia32 when in dtls_ccm_encrypt_message() local 247 unsigned long counter = 1; /* \bug does not work correctly on ia32 when in dtls_ccm_decrypt_message() local
|
/net-tools-latest/libcoap/include/coap/ |
D | utlist.h | 419 #define LL_COUNT(head,el,counter) \ argument 422 #define LL_COUNT2(head,el,counter,next) \ argument 575 #define DL_COUNT(head,el,counter) \ argument 578 #define DL_COUNT2(head,el,counter,next) \ argument 679 #define CDL_COUNT(head,el,counter) \ argument 682 #define CDL_COUNT2(head, el, counter,next) \ argument
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | ctr_drbg.h | 89 unsigned char counter[16]; /*!< counter (V) */ member
|
/net-tools-latest/mbedtls-2.4.0/library/ |
D | pkcs5.c | 229 unsigned char counter[4]; in mbedtls_pkcs5_pbkdf2_hmac() local
|
D | rsa.c | 468 unsigned char counter[4]; in mgf_mask() local
|