Searched refs:outlen (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_rsa.c | 14 #define pkcs1Pad(in, inlen, out, outlen, cryptType, userPtr) \ argument 15 pkcs1Pad(in, inlen, out, outlen, cryptType) 18 uint32 outlen, int32 cryptType, void *userPtr) in pkcs1Pad() argument 23 randomLen = outlen - 3 - inlen; in pkcs1Pad() 56 return outlen; in pkcs1Pad() 59 #define psRsaCrypt(pool, in, inlen, out, outlen, key, type, data) \ argument 60 psRsaCrypt( in, inlen, out, outlen, key, type) 63 unsigned char *out, uint32 *outlen, psRsaKey_t *key, int32 type, in psRsaCrypt() argument 149 if ((uint32)x > *outlen) { in psRsaCrypt() 160 *outlen = x; in psRsaCrypt() [all …]
|
D | tls_rsa.h | 28 #define psRsaEncryptPub(pool, key, in, inlen, out, outlen, data) \ argument 29 psRsaEncryptPub( key, in, inlen, out, outlen) 32 … unsigned char *out, uint32 outlen, void *data) FAST_FUNC;
|