HomeSort by relevance Sort by last modified time
    Searched refs:bytes_buf (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 1011 unsigned char *bytes_buf = NULL; local
1013 bytes_buf = NULL;
1014 len = i2d_X509(self->peer_cert, &bytes_buf);
1019 retval = PyString_FromStringAndSize((const char *) bytes_buf, len);
1020 OPENSSL_free(bytes_buf);
    [all...]
  /external/libopus/celt/
bands.c 1588 unsigned char *bytes_buf; local
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 1350 unsigned char *bytes_buf = NULL; local
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 1435 unsigned char *bytes_buf = NULL; local
    [all...]

Completed in 227 milliseconds