Searched refs:padding (Results 1 – 4 of 4) sorted by relevance
80 size_t padding = 0; in Curl_base64_decode() local98 while(src[srclen - 1 - padding] == '=') { in Curl_base64_decode()100 padding++; in Curl_base64_decode()102 if(padding > 2) in Curl_base64_decode()108 fullQuantums = numQuantums - (padding ? 1 : 0); in Curl_base64_decode()111 rawlen = (numQuantums * 3) - padding; in Curl_base64_decode()148 if(padding) { in Curl_base64_decode()158 if(++padc > padding) in Curl_base64_decode()169 if(padding == 1) in Curl_base64_decode()172 pos += 3 - padding; in Curl_base64_decode()
261 unsigned char *padding = NULL; in Curl_auth_create_gssapi_security_message() local372 padding = malloc(sizes.cbBlockSize); in Curl_auth_create_gssapi_security_message()373 if(!padding) { in Curl_auth_create_gssapi_security_message()391 wrap_buf[2].pvBuffer = padding; in Curl_auth_create_gssapi_security_message()398 free(padding); in Curl_auth_create_gssapi_security_message()413 free(padding); in Curl_auth_create_gssapi_security_message()428 free(padding); in Curl_auth_create_gssapi_security_message()
121 13.9 TLS record padding865 13.9 TLS record padding867 TLS (1.3) offers optional record padding and OpenSSL provides an API for it.906 extension adds padding to avoid that size range.
559 dnl #4227: padding struct with n bytes to align member560 dnl #4255: padding size of struct with n bytes to alignment boundary
Completed in 10 milliseconds