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

  /external/openssl/crypto/bn/
bn.h 758 BN_ULONG *_not_const; \
759 memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \
761 memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \
    [all...]
  /external/openssl/include/openssl/
bn.h 758 BN_ULONG *_not_const; \
759 memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \
761 memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \
    [all...]

Completed in 169 milliseconds