Searched refs:inLen (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/ipf/dist/ |
| D | md5.c | 134 void MD5Update (mdContext, inBuf, inLen) in MD5Update() argument 137 unsigned int inLen; 147 if ((mdContext->i[0] + ((UINT4)inLen << 3)) < mdContext->i[0]) 149 mdContext->i[0] += ((UINT4)inLen << 3); 150 mdContext->i[1] += ((UINT4)inLen >> 29); 152 while (inLen--) {
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | ppp-md5.c | 225 static void MD5_Update (MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) in MD5_Update() argument 235 if ((mdContext->i[0] + ((UINT4)inLen << 3)) < mdContext->i[0]) in MD5_Update() 237 mdContext->i[0] += ((UINT4)inLen << 3); in MD5_Update() 238 mdContext->i[1] += ((UINT4)inLen >> 29); in MD5_Update() 240 while (inLen--) { in MD5_Update()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | obj_context.c | 912 UINT32 inLen, in do_transport_decryption() argument 924 decLen = inLen;//((inLen / TSS_MAX_SYM_BLOCK_SIZE) + 1) * TSS_MAX_SYM_BLOCK_SIZE; in do_transport_decryption() 939 decLen = inLen; in do_transport_decryption() 950 for (i = 0; i < inLen; i++) in do_transport_decryption() 968 inLen, dec, &decLen))) { in do_transport_decryption() 992 UINT32 inLen, in do_transport_encryption() argument 1004 encLen = ((inLen / TSS_MAX_SYM_BLOCK_SIZE) + 1) * TSS_MAX_SYM_BLOCK_SIZE; in do_transport_encryption() 1019 encLen = inLen; in do_transport_encryption() 1030 for (i = 0; i < inLen; i++) in do_transport_encryption() 1048 inLen, enc, &encLen))) { in do_transport_encryption()
|
| /netbsd/src/external/bsd/wpa/dist/src/crypto/ |
| D | crypto_wolfssl.c | 51 word32 inLen, int with_AlgCurve, in wc_EccPublicKeyToDer_ex() argument 54 return wc_EccPublicKeyToDer(key, output, inLen, with_AlgCurve); in wc_EccPublicKeyToDer_ex()
|