Lines Matching full:decoded
85 * ignored. The Subject Alt Name is decoded for the end-entity
446 * The decoded public key is returned. The returned pointer
454 * a decoded public key even if the chain did not end on a
620 * found and decoded, or -1 on error. Error conditions include
728 /* Buffer for currently decoded public key. */
1021 unsigned char decoded; member
1041 /* Buffer for decoded public key. */
1082 * \brief Obtain the decoded public key.
1096 if (ctx->decoded && ctx->err == 0) { in br_x509_decoder_get_pkey()
1119 if (!ctx->decoded) { in br_x509_decoder_last_error()
1128 * This flag is set if the decoded certificate claims to be a CA through
1143 * decoded certificate).
1158 * \brief Get the identifier for the hash function used to sign the decoded
1216 /* Decoded key type; 0 until decoding is complete. */
1269 * \brief Get the decoded private key type.
1275 * \return decoded private key type, or 0.
1288 * \brief Get the decoded RSA private key.
1296 * \return decoded RSA private key, or `NULL`.
1309 * \brief Get the decoded EC private key.
1317 * \return decoded EC private key, or `NULL`.