Searched refs:_crypt_struct_buffer (Results 1 – 3 of 3) sorted by relevance
189 PL_reentrant_buffer->_crypt_struct_buffer = 0; in Perl_reentrant_init()291 Safefree(PL_reentrant_buffer->_crypt_struct_buffer); in Perl_reentrant_free()
666 struct crypt_data *_crypt_struct_buffer; member851 # define crypt(a, b) crypt_r(a, b, PL_reentrant_buffer->_crypt_struct_buffer)
4051 if (!PL_reentrant_buffer->_crypt_struct_buffer) { in PP()4055 PL_reentrant_buffer->_crypt_struct_buffer = in PP()4058 if (PL_reentrant_buffer->_crypt_struct_buffer) { in PP()4059 PL_reentrant_buffer->_crypt_struct_buffer->initialized = 0; in PP()