Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 25 of 33) sorted by relevance

12

/openssl/doc/man7/
H A Dprovider-decoder.pod36 /* Functions to export a decoded object */
49 object reference or intermediate decoded data from an encoded form
51 data from memory, it should provide a L<BIO_s_mem(3)> B<BIO>. The decoded
148 This property is used to specify the structure that the decoded data is
181 be decoded, with a set of bits I<selection> that are passed in an B<int>.
184 to be decoded. For example, those bits are assumed to be the same as those
187 if the object to be decoded is supposed to contain private key components.
226 the B<OSSL_CORE_BIO> I<in> to produce decoded data or an object to be
228 metadata that was decoded from the input. This B<OSSL_PARAM> array is
252 could be decoded into some sort of object that this function understands,
H A Dossl_store-file.pod30 possible PEM headers, together with the decoded PEM body. Since PEM
H A DEVP_PKEY-EC.pod71 =item "decoded-from-explicit" (B<OSSL_PKEY_PARAM_EC_DECODED_FROM_EXPLICIT_PARAMS>) <integer>
73 Gets a flag indicating whether the key or parameters were decoded from explicit
H A DEVP_PKEY-DH.pod234 To validate B<FIPS186-4> B<DHX> domain parameters decoded from B<PEM> or
242 EVP_PKEY *received_domp = ...; /* parameters received and decoded */
/openssl/doc/man3/
H A DOSSL_DECODER_from_bio.pod33 I<*pdata> is updated to point at the location after what has been decoded,
69 /* pkey is created with the decoded data from the bio */
97 /* pkey is created with the decoded data from the buffer */
H A DOSSL_PARAM_allocate_from_text.pod59 I<value_n> decimal characters, which are decoded, and the resulting
68 If I<value> contains characters that couldn't be decoded as
85 I<value_n> hexadecimal characters, which are decoded, and the
87 If I<value> contains characters that couldn't be decoded as
H A DCMS_get1_ReceiptRequest.pod46 any is found it is decoded and written to B<prr>.
70 decoded. It returns 0 if a signed receipt request is not present and -1 if
H A DEVP_EncodeInit.pod83 be encoded or decoded that are pending in the B<ctx> object.
126 the data decoded or -1 on error.
146 EVP_DecodeBlock() returns the length of the data decoded or -1 on error.
H A DPEM_read.pod50 The final B<data> buffer is typically an ASN.1 object which can be decoded with
59 are returned in B<header> and the base64-decoded content and its length are
H A DX509_get_pubkey.pod45 The first time a public key is decoded the B<EVP_PKEY> structure is
H A DOPENSSL_hexchar2int.pod63 OPENSSL_hexchar2int returns the value of a decoded hex character,
H A DBIO_f_base64.pod69 Read Base64 encoded data from standard input and write the decoded
H A DASN1_EXTERN_FUNCS.pod97 decoded and I<len> is the length of that data. After decoding I<*in> should be
98 updated to point at the next byte after the decoded data. If the B<ASN1_VALUE>
H A DX509V3_get_d2i.pod58 if the extension could not be decoded (invalid syntax or not supported).
109 found, occurs multiple times or cannot be decoded. It is possible to
H A DCTLOG_new.pod42 the new CTLOG. The base64 will be decoded and the public key parsed. The CTLOG
H A DASN1_item_d2i_bio.pod40 decoded structure.
H A DBIO_push.pod70 direction, that is data is read from I<f>, base64 decoded,
H A DSRP_VBASE_new.pod80 for invalid decoded parameter values.
H A Dd2i_PrivateKey.pod55 B<EVP_PKEY_RSA>. An error occurs if the decoded key does not match I<type>. Some
H A DSSL_alert_type_string.pod158 A message could not be decoded because some field was out of the
H A DOBJ_nid2obj.pod138 decoded as part of ASN.1 structures. Applications can determine if there
/openssl/crypto/rsa/
H A Drsa_gen.c484 unsigned char *decoded = NULL; in rsa_keygen_pairwise_test() local
504 decoded = ciphertxt + ciphertxt_len; in rsa_keygen_pairwise_test()
516 decoded_len = RSA_private_decrypt(ciphertxt_len, ciphertxt, decoded, rsa, in rsa_keygen_pairwise_test()
519 || memcmp(decoded, plaintxt, decoded_len) != 0) in rsa_keygen_pairwise_test()
/openssl/doc/internal/man3/
H A Dossl_punycode_decode.pod44 *pout_length contains the number of codepoints decoded.
/openssl/doc/internal/man7/
H A DDERlib.pod31 variable that's being encoded or decoded.
/openssl/crypto/ec/
H A Dec_lib.c1559 int decoded = 0; in EC_GROUP_new_from_params() local
1570 if (ptmp != NULL && !OSSL_PARAM_get_int(ptmp, &decoded)) { in EC_GROUP_new_from_params()
1575 group->decoded_from_explicit_params = decoded > 0; in EC_GROUP_new_from_params()

Completed in 66 milliseconds

12