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

  /external/boringssl/src/crypto/err/
err.c 133 static void err_clear_data(struct err_error_st *error) {
142 static void err_clear(struct err_error_st *error) {
144 OPENSSL_memset(error, 0, sizeof(struct err_error_st));
192 struct err_error_st *error;
592 struct err_error_st *error;
611 struct err_error_st *error;
732 struct err_error_st *error = &state->errors[state->top];
  /external/boringssl/src/include/openssl/
err.h 334 struct err_error_st { struct
376 struct err_error_st errors[ERR_NUM_ERRORS];

Completed in 1044 milliseconds