Lines Matching refs:sign
55 * Rsa sign and veriry scheme
105 * Rsa private key sign
108 hi_cipher_rsa_sign_scheme scheme; /**< The rsa sign type */
119 hi_cipher_rsa_sign_scheme scheme; /**< The rsa sign type */
154 * Struct of ecc sign
159 const hi_u8 *hash; /**< Hash data for ecc sign. */
161 hi_u8 *r; /**< Output ecc sign result R, its length is ecc key size. */
162 hi_u8 *s; /**< Output ecc sign result S, its length is ecc key size. */
176 const hi_u8 *r; /**< Output ecc sign result R, its length is ecc key size. */
177 const hi_u8 *s; /**< Output ecc sign result S, its length is ecc key size. */
490 * @param sign [OUT] type #const hi_cipher_output *,Signature result output structure. The length
502 const hi_cipher_output *sign);
519 * @param sign [IN] type #const hi_u8 *,Signature input pointer.CNcomment:签名输入指针。CNend
531 const hi_u8 *sign, hi_u32 sign_len);
544 * @param sign [IN/OUT] type #const hi_cipher_ecc_sign *,Pointer to private key of ECDH.
554 hi_u32 hi_cipher_ecc_sign_hash(const hi_cipher_ecc_param *ecc, const hi_cipher_ecc_sign *sign);