Home
last modified time | relevance | path

Searched refs:eqbigint (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.c369 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 Dx509_minimal.t0318 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 Dtest_x509.c1393 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()