Searched refs:position (Results 1 – 20 of 20) sorted by relevance
/openssl-master/crypto/dso/ |
A D | dso_win32.c | 207 enum { IN_NODE, IN_DEVICE, IN_FILE } position; in win32_splitter() local 222 position = IN_DEVICE; in win32_splitter() 226 position = IN_NODE; in win32_splitter() 236 if (position != IN_DEVICE) { in win32_splitter() 243 position = IN_FILE; in win32_splitter() 249 if (position == IN_NODE) { in win32_splitter() 251 position = IN_FILE; in win32_splitter() 254 } else if (position == IN_DEVICE) { in win32_splitter() 255 position = IN_FILE; in win32_splitter() 267 if (position == IN_NODE) { in win32_splitter() [all …]
|
/openssl-master/crypto/ec/curve448/ |
A D | curve448.c | 558 int position = table_size - 1; /* at the end */ in recode_wnaf() local 566 control[position].power = -1; in recode_wnaf() 567 control[position].addend = 0; in recode_wnaf() 568 position--; in recode_wnaf() 588 assert(position >= 0); in recode_wnaf() 592 control[position].power = pos + 16 * (w - 1); in recode_wnaf() 593 control[position].addend = delta; in recode_wnaf() 594 position--; in recode_wnaf() 600 position++; in recode_wnaf() 601 n = table_size - position; in recode_wnaf() [all …]
|
/openssl-master/doc/man3/ |
A D | BIO_s_file.pod | 40 BIO_seek() sets the file pointer to position B<ofs> from start of file 62 BIO_seek() is a macro that sets the position pointer to B<offset> bytes 65 BIO_tell() returns the value of the position pointer. 95 BIO_tell() returns the current file position or negative values for failure.
|
A D | X509_NAME_add_entry_by_txt.pod | 37 added to a position determined by B<loc> and B<set>. 40 to B<name>. The new entry is added to a position determined by B<loc> 44 X509_NAME_delete_entry() deletes an entry from B<name> at position
|
A D | BIO_s_fd.pod | 32 BIO_seek() sets the file pointer to position B<ofs> from start of file 35 BIO_tell() returns the current file position such as by calling
|
A D | BIO_ctrl.pod | 56 FILE BIOs) file position pointer to B<ofs> bytes from start of file. 58 BIO_tell() returns the current file position of a file related BIO. 89 BIO_seek() and BIO_tell() both return the current file position on success
|
A D | SSL_extension_supported.pod | 128 current certificate and the B<chainidx> parameter will indicate the position 159 parameter will indicate the position of the certificate in the message. The
|
A D | X509v3_get_ext_by_NID.pod | 81 X509v3_add_ext() adds extension B<ex> to stack B<*x> at position B<loc>. If
|
A D | EC_POINT_new.pod | 126 position. The function EC_POINT_set_affine_coordinates() sets the B<x> and B<y>
|
A D | DEFINE_STACK_OF.pod | 150 B<sk_I<TYPE>_insert>() inserts I<ptr> into I<sk> at position I<idx>. Any
|
/openssl-master/doc/internal/man3/ |
A D | OPENSSL_SA.pod | 70 in ascending index order. The index position, within the sparse array, 75 I<sa> in ascending index order. The index position, within the sparse
|
/openssl-master/doc/man7/ |
A D | EVP_RAND-TEST-RAND.pod | 55 The current position is remembered across generate calls.
|
/openssl-master/util/ |
A D | check-format.pl | 441 my $position = shift; 444 report("unclosed '$symbol' in $position");
|
/openssl-master/crypto/ |
A D | README-sparse_array.md | 114 Values can be removed from the sparse array by setting their index position to
|
/openssl-master/include/openssl/ |
A D | ct.h.in | 367 * Upon failure, a NULL pointer will be returned, and the position of "*pp" is 394 * Upon failure, a NULL pointer will be returned, and the position of "*pp" is
|
A D | asn1t.h.in | 486 * actual type. It determines the actual position of the field in the value
|
A D | x509.h.in | 835 * lastpos, search after that position on.
|
/openssl-master/ |
A D | README-ENGINES.md | 265 position-independent code ("PIC"). The default OpenSSL compilation may
|
A D | CHANGES.md | 3434 presence of the DSO module and building with position independent 3445 position independent code, it will always be applied on the
|
/openssl-master/Configurations/ |
A D | descrip.mms.tmpl | 1027 # in the correct position (important when the object tree is other
|
Completed in 51 milliseconds