Searched refs:position (Results 1 – 25 of 29) sorted by relevance
12
/openssl/crypto/dso/ |
H A D | dso_win32.c | 205 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 D | curve448.c | 559 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 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.
|
H 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
|
H 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
|
H A D | BIO_ctrl.pod | 61 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 D | EVP_PKEY_get_attr.pod | 39 in the I<key> attribute list. The search starts at the position after I<lastpos>.
|
H A D | X509_REQ_get_attr.pod | 36 in the I<req> attribute list. The search starts at the position after I<lastpos>.
|
H 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
|
H A D | X509v3_get_ext_by_NID.pod | 85 X509v3_add_ext() inserts extension I<ex> to STACK I<*x> at position I<loc>.
|
H A D | CMS_signed_get_attr.pod | 75 position after I<lastpos>. If the returned value is positive then it can be used
|
H A D | EC_POINT_new.pod | 128 position. The function EC_POINT_set_affine_coordinates() sets the B<x> and B<y>
|
H A D | X509_ATTRIBUTE.pod | 102 in a list of attributes I<sk>. The search starts at the position after I<lastpos>.
|
H A D | DEFINE_STACK_OF.pod | 150 B<sk_I<TYPE>_insert>() inserts I<ptr> into I<sk> at position I<idx>. Any
|
/openssl/doc/internal/man3/ |
H A D | DEFINE_LIST_OF.pod | 80 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 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/doc/man7/ |
H A D | EVP_RAND-TEST-RAND.pod | 57 The current position is remembered across generate calls.
|
/openssl/util/ |
H A D | check-format.pl | 524 my $position = shift; 527 report("unclosed '$symbol' in $position");
|
/openssl/crypto/ |
H A D | README-sparse_array.md | 114 Values can be removed from the sparse array by setting their index position to
|
/openssl/include/openssl/ |
H 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
|
H A D | asn1t.h.in | 486 * actual type. It determines the actual position of the field in the value
|
/openssl/doc/designs/ |
H A D | xof.md | 203 position within the state B<A>.
|
/openssl/doc/designs/quic-design/ |
H A D | quic-fc.md | 193 position to determine how many controlled bytes (i.e., new, non-retransmitted
|
/openssl/ |
H A D | README-ENGINES.md | 265 position-independent code ("PIC"). The default OpenSSL compilation may
|
/openssl/crypto/aes/asm/ |
H A D | bsaes-armv8.pl | 1857 // to final position and reuse penultimate ciphertext block buffer to
|
Completed in 43 milliseconds
12