Home | History | Annotate | Download | only in openssl

Lines Matching refs:out_len

81 /* EVP_EncodedLength sets |*out_len| to the number of bytes that will be needed
85 OPENSSL_EXPORT int EVP_EncodedLength(size_t *out_len, size_t len);
90 /* EVP_DecodedLength sets |*out_len| to the maximum number of bytes that will
94 OPENSSL_EXPORT int EVP_DecodedLength(size_t *out_len, size_t len);
97 * |*out_len| bytes to |out|. |max_out| is the size of the output
100 OPENSSL_EXPORT int EVP_DecodeBase64(uint8_t *out, size_t *out_len,
120 * version of them to |out| and sets |*out_len| to the number of bytes written.
124 int *out_len, const uint8_t *in,
128 * sets |*out_len| to the number of bytes written. */
130 int *out_len);
140 * data to |out| and sets |*out_len| to the number of bytes written. Some state
147 int *out_len, const uint8_t *in,
151 * sets |*out_len| to the number of bytes written. It returns one on success
154 int *out_len);