Home
last modified time | relevance | path

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

/crypto/bio/
A Dbio_sock.c167 DWORD len_out = 0; in BIO_sock_init() local
175 &len_out, NULL, NULL) != 0 in BIO_sock_init()
176 || len_out != sizeof(bio_WSARecvMsg)) in BIO_sock_init()
182 &len_out, NULL, NULL) != 0 in BIO_sock_init()
183 || len_out != sizeof(bio_WSASendMsg)) in BIO_sock_init()
/crypto/pem/
A Dpem_lib.c951 unsigned char **data, long *len_out, unsigned int flags) in PEM_read_bio_ex() argument
960 *len_out = 0; in PEM_read_bio_ex()
1020 *len_out = len; in PEM_read_bio_ex()

Completed in 8 milliseconds