Searched refs:check_sign_bytes (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | params.c | 78 static int check_sign_bytes(const unsigned char *p, size_t n, unsigned char s) in check_sign_bytes() function 107 if (!check_sign_bytes(src, n, pad) in copy_integer() 123 if (!check_sign_bytes(src + dest_len, n, pad) in copy_integer()
|
/third_party/openssl/crypto/ |
H A D | params.c | 76 static int check_sign_bytes(const unsigned char *p, size_t n, unsigned char s) in check_sign_bytes() function 105 if (!check_sign_bytes(src, n, pad) in copy_integer() 121 if (!check_sign_bytes(src + dest_len, n, pad) in copy_integer()
|
Completed in 5 milliseconds