Searched refs:reversed (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man1/ |
H A D | openssl-nseq.pod.in | 50 situation is reversed: a Netscape certificate sequence is created from
|
H A D | openssl-pkcs8.pod.in | 52 reversed: it reads a private key and writes a PKCS#8 format key.
|
H A D | openssl-s_server.pod.in | 569 Simple echo server that sends back received text reversed. Also sets B<-brief>.
|
/openssl/doc/man3/ |
H A D | BUF_MEM_new.pod | 47 is NULL, the array is reversed in-place.
|
H A D | X509_NAME_print_ex.pod | 71 If B<XN_FLAG_DN_REV> is set the whole DN is printed in reversed order.
|
/openssl/test/ssl-tests/ |
H A D | 28-seclevel.cnf.in | 40 # the order will be reversed and it will instead fail to load the key.
|
/openssl/test/ |
H A D | bntest.c | 1930 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