Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_rsa.c14 #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
31 *c = (unsigned char)cryptType; in pkcs1Pad()
33 if (cryptType == PUBKEY_TYPE) { in pkcs1Pad()