Home
last modified time | relevance | path

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

12

/openssl/crypto/dso/
H A Ddso_win32.c205 enum { IN_NODE, IN_DEVICE, IN_FILE } position; in win32_splitter() local
218 position = IN_DEVICE; in win32_splitter()
222 position = IN_NODE; in win32_splitter()
232 if (position != IN_DEVICE) { in win32_splitter()
239 position = IN_FILE; in win32_splitter()
245 if (position == IN_NODE) { in win32_splitter()
247 position = IN_FILE; in win32_splitter()
250 } else if (position == IN_DEVICE) { in win32_splitter()
251 position = IN_FILE; in win32_splitter()
263 if (position == IN_NODE) { in win32_splitter()
[all …]
/openssl/crypto/ec/curve448/
H A Dcurve448.c559 int position = table_size - 1; /* at the end */ in recode_wnaf() local
567 control[position].power = -1; in recode_wnaf()
568 control[position].addend = 0; in recode_wnaf()
569 position--; in recode_wnaf()
589 assert(position >= 0); in recode_wnaf()
600 control[position].power = pos + 16 * (w - 1); in recode_wnaf()
601 control[position].addend = delta; in recode_wnaf()
602 position--; in recode_wnaf()
608 position++; in recode_wnaf()
609 n = table_size - position; in recode_wnaf()
[all …]
/openssl/doc/man3/
H 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.
H 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
H 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
H A DBIO_ctrl.pod61 FILE BIOs) file position pointer to B<ofs> bytes from start of file.
63 BIO_tell() returns the current file position of a file related BIO.
101 BIO_seek() and BIO_tell() both return the current file position on success
H A DEVP_PKEY_get_attr.pod39 in the I<key> attribute list. The search starts at the position after I<lastpos>.
H A DX509_REQ_get_attr.pod36 in the I<req> attribute list. The search starts at the position after I<lastpos>.
H 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
H A DX509v3_get_ext_by_NID.pod85 X509v3_add_ext() inserts extension I<ex> to STACK I<*x> at position I<loc>.
H A DCMS_signed_get_attr.pod75 position after I<lastpos>. If the returned value is positive then it can be used
H A DEC_POINT_new.pod128 position. The function EC_POINT_set_affine_coordinates() sets the B<x> and B<y>
H A DX509_ATTRIBUTE.pod102 in a list of attributes I<sk>. The search starts at the position after I<lastpos>.
H A DDEFINE_STACK_OF.pod150 B<sk_I<TYPE>_insert>() inserts I<ptr> into I<sk> at position I<idx>. Any
/openssl/doc/internal/man3/
H A DDEFINE_LIST_OF.pod80 must not be in the list, into the first position in the I<list>.
83 must not be in the list, into the last position in the I<list>.
H 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/doc/man7/
H A DEVP_RAND-TEST-RAND.pod57 The current position is remembered across generate calls.
/openssl/util/
H A Dcheck-format.pl524 my $position = shift;
527 report("unclosed '$symbol' in $position");
/openssl/crypto/
H A DREADME-sparse_array.md114 Values can be removed from the sparse array by setting their index position to
/openssl/include/openssl/
H 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
H A Dasn1t.h.in486 * actual type. It determines the actual position of the field in the value
/openssl/doc/designs/
H A Dxof.md203 position within the state B<A>.
/openssl/doc/designs/quic-design/
H A Dquic-fc.md193 position to determine how many controlled bytes (i.e., new, non-retransmitted
/openssl/
H A DREADME-ENGINES.md265 position-independent code ("PIC"). The default OpenSSL compilation may
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1857 // to final position and reuse penultimate ciphertext block buffer to

Completed in 33 milliseconds

12