Searched refs:eqbigint (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_minimal.c | 369 eqbigint(const unsigned char *b1, size_t len1, in eqbigint() function 1139 if (!eqbigint(CTX->pkey.key.rsa.n, in br_x509_minimal_run() 1143 || !eqbigint(CTX->pkey.key.rsa.e, in br_x509_minimal_run()
|
H A D | x509_minimal.t0 | 318 eqbigint(const unsigned char *b1, size_t len1, 849 if (!eqbigint(CTX->pkey.key.rsa.n, 853 || !eqbigint(CTX->pkey.key.rsa.e,
|
/freebsd/contrib/bearssl/test/ |
H A D | test_x509.c | 1393 eqbigint(const unsigned char *b1, size_t b1_len, in eqbigint() function 1421 return eqbigint(pk1->key.rsa.n, pk1->key.rsa.nlen, in eqpkey() 1423 && eqbigint(pk1->key.rsa.e, pk1->key.rsa.elen, in eqpkey()
|