Home
last modified time | relevance | path

Searched refs:reversed (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man1/
H A Dopenssl-nseq.pod.in50 situation is reversed: a Netscape certificate sequence is created from
H A Dopenssl-pkcs8.pod.in52 reversed: it reads a private key and writes a PKCS#8 format key.
H A Dopenssl-s_server.pod.in569 Simple echo server that sends back received text reversed. Also sets B<-brief>.
/openssl/doc/man3/
H A DBUF_MEM_new.pod47 is NULL, the array is reversed in-place.
H A DX509_NAME_print_ex.pod71 If B<XN_FLAG_DN_REV> is set the whole DN is printed in reversed order.
/openssl/test/ssl-tests/
H A D28-seclevel.cnf.in40 # the order will be reversed and it will instead fail to load the key.
/openssl/test/
H A Dbntest.c1930 uint8_t scratch[10], reversed[10]; in test_bn2signed() local
1947 || !TEST_true(copy_reversed(reversed, scratch, sizeof(scratch))) in test_bn2signed()
1959 if (!TEST_ptr(bn2 = BN_signed_lebin2bn(reversed, sizeof(reversed), NULL)) in test_bn2signed()
1971 i = sizeof(reversed) - test->mpi_len; in test_bn2signed()
1974 || !TEST_true(copy_reversed(reversed, scratch, sizeof(scratch))) in test_bn2signed()
1975 || !TEST_mem_eq(test->mpi, test->mpi_len, reversed + i, test->mpi_len)) in test_bn2signed()
1986 if (!TEST_ptr(bn2 = BN_signed_bin2bn(reversed, sizeof(reversed), NULL)) in test_bn2signed()

Completed in 17 milliseconds