Lines Matching defs:sign
941 /* sign signs |in_len| bytes of digest from |in|. |md| is the hash function
945 * it returns |ssl_private_key_retry|. |sign| should arrange for the
951 * |sign|. If |md| is |EVP_md5_sha1|, there is no prefix.
953 * It is an error to call |sign| while another private key operation is in
955 enum ssl_private_key_result_t (*sign)(SSL *ssl, uint8_t *out, size_t *out_len,
959 /* sign_complete completes a pending |sign| operation. If the operation has
961 * |out| as in |sign|. Otherwise, it returns |ssl_private_key_failure| on
965 * it is an error to call |sign_complete| if there is no pending |sign|
2859 * used to sign the ServerKeyExchange in TLS 1.2. If not applicable, it returns
4095 * sign the ServerKeyExchange in TLS 1.2. If not applicable, it is