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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hashopenssl.c 470 PyObject *ret_obj; local
486 ret_obj = EVPnew(name_obj, digest, NULL, (unsigned char*)view.buf,
490 return ret_obj;
505 PyObject *ret_obj; \
511 ret_obj = EVPnew( \
517 return ret_obj; \
  /external/python/cpython2/Modules/
_hashopenssl.c 543 PyObject *ret_obj; local
560 ret_obj = EVPnew(name_obj, digest, NULL, (unsigned char*)view.buf,
564 return ret_obj;
832 PyObject *ret_obj; \
838 ret_obj = EVPnew( \
844 return ret_obj; \
  /external/python/cpython3/Modules/
_hashopenssl.c 497 PyObject *ret_obj; local
516 ret_obj = EVPnew(name_obj, digest, NULL, (unsigned char*)view.buf, view.len);
520 return ret_obj;
912 PyObject *ret_obj; \
921 ret_obj = EVPnew( \
930 return ret_obj; \

Completed in 446 milliseconds