Home
last modified time | relevance | path

Searched refs:position (Results 1 – 20 of 20) sorted by relevance

/openssl-master/crypto/dso/
A Ddso_win32.c207 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 Dcurve448.c558 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 DBIO_s_file.pod40 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 DX509_NAME_add_entry_by_txt.pod37 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 DBIO_s_fd.pod32 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 DBIO_ctrl.pod56 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 DSSL_extension_supported.pod128 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 DX509v3_get_ext_by_NID.pod81 X509v3_add_ext() adds extension B<ex> to stack B<*x> at position B<loc>. If
A DEC_POINT_new.pod126 position. The function EC_POINT_set_affine_coordinates() sets the B<x> and B<y>
A DDEFINE_STACK_OF.pod150 B<sk_I<TYPE>_insert>() inserts I<ptr> into I<sk> at position I<idx>. Any
/openssl-master/doc/internal/man3/
A DOPENSSL_SA.pod70 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 DEVP_RAND-TEST-RAND.pod55 The current position is remembered across generate calls.
/openssl-master/util/
A Dcheck-format.pl441 my $position = shift;
444 report("unclosed '$symbol' in $position");
/openssl-master/crypto/
A DREADME-sparse_array.md114 Values can be removed from the sparse array by setting their index position to
/openssl-master/include/openssl/
A Dct.h.in367 * 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 Dasn1t.h.in486 * actual type. It determines the actual position of the field in the value
A Dx509.h.in835 * lastpos, search after that position on.
/openssl-master/
A DREADME-ENGINES.md265 position-independent code ("PIC"). The default OpenSSL compilation may
A DCHANGES.md3434 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 Ddescrip.mms.tmpl1027 # in the correct position (important when the object tree is other

Completed in 51 milliseconds